/*  //<Script language="javascript">
  //<!--  PreLoad MouseOver Images for Compatible Browsers

    browser_name = navigator.appName;
    browser_version = parseFloat(navigator.appVersion); 

    if (browser_name == "Netscape" && browser_version >= 3.0)
    {
      roll = 'true';
    }
      else if (browser_name == "Microsoft Internet Explorer" && browser_version >= 4.0)
      {
        roll = 'true';
      }
        else
        {
          roll = 'false';
        }
        

    if (roll == 'true') 
    {
      var imglist = new Array (
      "images/title_subleases2.gif",
      "images/title_tickets2.gif",
      "images/title_books2.gif",
      "images/title_tutor2.gif",
      "images/title_greeks2.gif",
      "images/title_clubs2.gif",
      "images/title_head2.gif"
    );

        var imgs = new Array();

        var count;

        if (document.images)
        { 
          for (count=0; count<imglist.length; count++)
          {
            imgs[count]=new Image(); imgs[count].src=imglist[count];
          }
        }

        // -->
        //</script>
*/




function changeClass(obj, new_style) {
    obj.className = new_style;
}


function focus() {
document.form.field1.focus();
// Replace field1 in the script with the field name of which you want to place the focus.
}


  // <script language="javascript">
  // <!--  PreLoad MouseOver Images for All Browsers
          
    var imglist = new Array ("images/title_tickets2.gif", "images/title_books2.gif", "images/title_tutors2.gif", "images/title_greeks2.gif", "images/title_clubs2.gif", "images/title_head2.gif", "images/title_subleases2.gif");
    var imgs = new Array();
          
    var count;

    if (document.images)
    {
      for (count=0; count<imglist.length; count++)
      {
        imgs[count]=new Image(); imgs[count].src=imglist[count];
      }
    }
           
    // -->
    // </script>

function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}