

<!--

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->



browserName=navigator.appName; 
	browserVer=parseInt(navigator.appVersion);

		if ((browserName=="Netscape" && browserVer>=3) || (browserName=="Microsoft Internet Explorer" && browserVer>=4))    
        version="n3";
        else
          	version="n2";

        if (version=="n3")
         {
			<!--first nav-->
			pic1on= new Image;
           	pic1on.src="images/buttons/home_org.gif";  
			pic2on= new Image;
           	pic2on.src="images/buttons/maps_btn_org.gif";
			pic3on= new Image; 
           	pic3on.src="images/buttons/request_org.gif"; 
			pic4on= new Image;
           	pic4on.src="images/buttons/fly_free_org.gif"; 
			pic5on= new Image;
           	pic5on.src="images/buttons/links_btn_org.gif";  
			pic6on= new Image;
           	pic6on.src="images/buttons/about_us_btn_org.gif"; 
			<!--second nav-->
			pic7on= new Image;
           	pic7on.src="images/buttons/colleges_btn_red.gif";
			pic8on= new Image; 
           	pic8on.src="images/buttons/hotels_btn_red.gif"; 
			pic9on= new Image;
           	pic9on.src="images/buttons/travel_btn_red.gif";  
			pic10on= new Image;
           	pic10on.src="images/buttons/get_here_red.gif";
 			pic11on= new Image;
           	pic11on.src="images/buttons/calndr_btn_red.gif"; 
			pic12on= new Image;
           	pic12on.src="images/buttons/mag_btn_red.gif"; 
			pic13on= new Image;
           	pic13on.src="images/buttons/contact_btn_red.gif";

			<!--first nav-->
			pic1off= new Image;
           	pic1off.src="images/buttons/home.gif";  
			pic2off= new Image;
           	pic2off.src="images/buttons/maps_btn.gif"; 
			pic3off= new Image;
           	pic3off.src="images/buttons/request_btn.gif";
			pic4off= new Image; 
           	pic4off.src="images/buttons/fly_free_btn.gif"; 
			pic5off= new Image;
           	pic5off.src="images/buttons/links_btn.gif";  
			pic6off= new Image;
           	pic6off.src="images/buttons/about_us_btn.gif"; 
			<!--second nav-->
			pic7off= new Image;
           	pic7off.src="images/buttons/colleges_btn.gif";
			pic8off= new Image; 
           	pic8off.src="images/buttons/hotels_btn.gif";
			pic9off= new Image; 
           	pic9off.src="images/buttons/travel_btn.gif"; 
			pic10off= new Image; 
           	pic10off.src="images/buttons/get_here_btn.gif"; 
			pic11off= new Image;
           	pic11off.src="images/buttons/calndr_btn.gif"; 
			pic12off= new Image;
           	pic12off.src="images/buttons/mag_btn.gif"; 
			pic13off= new Image;
           	pic13off.src="images/buttons/contact_btn.gif"; 
         }

      function over(imgName)
       {
         if (version=="n3")
          {
            imgOn=eval(imgName + "on.src");
            document[imgName].src= imgOn;
          }
       }

      function off(imgName)
       {
         if (version=="n3")
          {
            imgOff=eval(imgName + "off.src");
            document[imgName].src= imgOff;
          }
       }
       
// -->

