
<!--
             
 browserName = navigator.appName;
 browserVer = parseInt(navigator.appVersion);
condition1 = (browserName.indexOf("Netscape") >=0 ) && browserVer > 2 ;
condition2 = (browserName.indexOf("Explorer") >= 0) && browserVer > 3
if (condition1 == true  || condition2 == true)
                                 CanAnimate = true;
else
    {CanAnimate = false; }
if (CanAnimate) {
              onimage1 = new Image(111,22);
              onimage1.src = "gifs/profile-link-home2.gif"; 
              offimage1 = new Image(111,22); 
              offimage1.src = "gifs/profile-link-home1.gif";
              
              onimage2 = new Image(111,24); 
              onimage2.src = "gifs/contact-link-home2.gif"; 
              offimage2 = new Image(111,24); 
              offimage2.src = "gifs/contact-link-home1.gif";
              
              onimage3 = new Image(111,22); 
              onimage3.src = "gifs/email-link-home2.gif"; 
              offimage3 = new Image(111,22); 
              offimage3.src = "gifs/email-link-home1.gif";
              
              onimage4 = new Image(111,24); 
              onimage4.src = "gifs/query-link-home2.gif"; 
              offimage4 = new Image(111,24); 
              offimage4.src = "gifs/query-link-home1.gif";

	      onimage5 = new Image(111,24); 
              onimage5.src = "gifs/products-link-home2.gif"; 
              offimage5 = new Image(111,24); 
              offimage5.src = "gifs/products-link-home1.gif";

 	      onimage6 = new Image(111,22); 
              onimage6.src = "gifs/services-link-home2.gif"; 
              offimage6 = new Image(111,22); 
              offimage6.src = "gifs/services-link-home1.gif";

	      onimage13 = new Image(111,24); 
              onimage13.src = "gifs/career-link-home2.gif"; 
              offimage13 = new Image(111,24); 
              offimage13.src = "gifs/career-link-home1.gif";

              onimage7 = new Image(242,57);  
              onimage7.src = "gifs/product1-img2.gif"; 
              offimage7 = new Image(242,57); 
              offimage7.src = "gifs/blank-color-strip.gif";
              onimage7a = new Image(149,93);  
              onimage7a.src = "gifs/product1-img3.jpg"; 
              offimage7a = new Image(149,93); 
              offimage7a.src = "gifs/electric-img-home.jpg";

  	      onimage8 = new Image(242,57);  
              onimage8.src = "gifs/product2-img2.gif"; 
              offimage8 = new Image(242,57); 
              offimage8.src = "gifs/blank-color-strip.gif";
              onimage8a = new Image(149,93);  
              onimage8a.src = "gifs/product2-img3.jpg"; 
              offimage8a = new Image(149,93); 
              offimage8a.src = "gifs/electric-img-home.jpg";

              onimage9 = new Image(242,57);  
              onimage9.src = "gifs/product3-img2.gif"; 
              offimage9 = new Image(242,57); 
              offimage9.src = "gifs/blank-color-strip.gif";
              onimage9a = new Image(149,93);  
              onimage9a.src = "gifs/product3-img3.jpg"; 
              offimage9a = new Image(149,93); 
              offimage9a.src = "gifs/electric-img-home.jpg";

              onimage10 = new Image(242,57);  
              onimage10.src = "gifs/product4-img2.gif"; 
              offimage10 = new Image(242,57); 
              offimage10.src = "gifs/blank-color-strip.gif";
              onimage10a = new Image(149,93);  
              onimage10a.src = "gifs/product4-img3.jpg"; 
              offimage10a = new Image(149,93); 
              offimage10a.src = "gifs/electric-img-home.jpg";

              onimage11 = new Image(242,57);  
              onimage11.src = "gifs/product5-img2.gif"; 
              offimage11 = new Image(242,57); 
              offimage11.src = "gifs/blank-color-strip.gif";
              onimage11a = new Image(149,93);  
              onimage11a.src = "gifs/product5-img3.jpg"; 
              offimage11a = new Image(149,93); 
              offimage11a.src = "gifs/electric-img-home.jpg";
            
	      onimage14 = new Image(242,57);  
              onimage14.src = "gifs/product6-img2.gif"; 
              offimage14 = new Image(242,57); 
              offimage14.src = "gifs/blank-color-strip.gif";
              onimage14a = new Image(149,93);  
              onimage14a.src = "gifs/product6-img3.jpg"; 
              offimage14a = new Image(149,93); 
              offimage14a.src = "gifs/electric-img-home.jpg";

	      onimage15 = new Image(242,57);  
              onimage15.src = "gifs/product7-img2.gif"; 
              offimage15 = new Image(242,57); 
              offimage15.src = "gifs/blank-color-strip.gif";
              onimage15a = new Image(149,93);  
              onimage15a.src = "gifs/product7-img3.jpg"; 
              offimage15a = new Image(149,93); 
              offimage15a.src = "gifs/electric-img-home.jpg";

	      onimage16 = new Image(111,22); 
              onimage16.src = "gifs/home-link2.gif"; 
              offimage16 = new Image(111,22); 
              offimage16.src = "gifs/home-link1.gif";
               					                            }
function itson(imgDocID,imgObjName) {
            if (CanAnimate)   
            document.images[imgDocID].src=eval(imgObjName+".src");
                             }
         
//-->
