

	 

browserName = navigator.appName;

     browserVer = parseInt(navigator.appVersion);

          if (browserName == "Netscape" && browserVer >= 3) version = "n3";

            else version = "n3";

          if (version == "n3") {

             			igor1on = new Image();

             igor1on.src = "img/header/home_on.gif";         

             igor1off = new Image();

             igor1off.src = "img/header/home_out.gif"; 

                	   

					   igor2on = new Image();

             igor2on.src = "img/header/profile_on.gif";         

             igor2off = new Image();

             igor2off.src = "img/header/profile_out.gif"; 

	  	   

		   				igor3on = new Image();

             igor3on.src = "img/header/services_on.gif";         

             igor3off = new Image();

             igor3off.src = "img/header/services_out.gif";

			 

			 			igor4on = new Image();

             igor4on.src = "img/header/facilities_on.gif";         

             igor4off = new Image();

             igor4off.src = "img/header/facilities_out.gif";

			 

			 			igor5on = new Image();

             igor5on.src = "img/header/customs_on.gif";         

             igor5off = new Image();

             igor5off.src = "img/header/customs_out.gif";

			 

						 			 

						 igor7on = new Image();

             igor7on.src = "img/header/location_on.gif";         

             igor7off = new Image();

             igor7off.src = "img/header/location_out.gif";

			 

						 igor6on = new Image();

             igor6on.src = "img/header/contact_on.gif";         

             igor6off = new Image();

             igor6off.src = "img/header/contact_out.gif";

			 

	  	   			            

                  

                 }



     function img_act(imgName) {



             if (version == "n3") {

               imgOn = eval(imgName + "on.src");

               document [imgName].src = imgOn;

             }



     }





     function img_inact(imgName) {

             if (version == "n3") {

               imgOff = eval(imgName + "off.src");

               document [imgName].src = imgOff;

             }



     }	 
