
<!--
             
 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; }

bigimg0 = new Image(216,18);
bigimg0.src = "gif1/engineering1.jpg"; 
bigimg1 = new Image(216,18);
bigimg1.src = "gif1/packaging1.jpg";
bigimg2 = new Image(216,18);
bigimg2.src = "gifs/shaving-pic1.jpg";
bigimg3 = new Image(216,18);
bigimg3.src = "gifs/infant-pro-pic1.jpg";
bigimg4 = new Image(216,18);
bigimg4.src = "gifs/torch-pic1.jpg";

big = new Array();
big[0]=bigimg0.src;
big[1]=bigimg1.src;
big[2]=bigimg2.src;
big[3]=bigimg3.src;
big[4]=bigimg4.src;

if (CanAnimate) {

onimage1 = new Image(216,18);
              onimage1.src = "gif1/index-03.jpg"; 
              offimage1 = new Image(216,18); 
              offimage1.src = "gif1/index-03.jpg"

onimage2 = new Image(216,19);
              onimage2.src = "gif1/index-04.jpg"; 
              offimage2 = new Image(216,19); 
              offimage2.src = "gif1/index-04.jpg"; 

onimage3 = new Image(216,20);
              onimage3.src = "gifs/shaving-1.jpg"; 
              offimage3 = new Image(216,20); 
              offimage3.src = "gifs/shaving-11.jpg"; 

onimage4 = new Image(216,19);
              onimage4.src = "gifs/infant-pro1.jpg"; 
              offimage4 = new Image(216,19); 
              offimage4.src = "gifs/infant-pro11.jpg"

onimage5 = new Image(216,18);
              onimage5.src = "gifs/torch1.jpg"; 
              offimage5 = new Image(216,18); 
              offimage5.src = "gifs/torch11.jpg"
             }
function itson(imgDocID,imgObjName) {
            if (CanAnimate)   
            document.images[imgDocID].src=eval(imgObjName+".src");
var id,id2;

for(i=1;i<6;i++)
	{
	id2 = "offimage"+i;
	id = "img"+i;
if(imgDocID==id)
	{
	document.images["lose"].src=big[i-1];
	}

id2=String(id2);

if((imgObjName=="offimage1") || (imgObjName=="offimage2") || (imgObjName=="offimage3") || (imgObjName=="offimage4") || (imgObjName=="offimage5"))
	{
 	document.images["lose"].src="gif1/index-13.jpg";
	}

	}

                  }

//-->

/*<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if ((browserName.indexOf("Explorer") >= 0  && browserVer > 3) ||
   (browserName.indexOf("Netscape")>= 0 && browserVer > 2))
    CanAnimate = true;
else
    CanAnimate = false;
if (CanAnimate) {
           
saw1 = new Image(289,63); 
saw1.src = "gifs/emergency-pic1.jpg"; 

saw2 = new Image(289,63); 
saw2.src = "gifs/battery-pic1.jpg"; 

saw3 = new Image(289,63); 
saw3.src = "gifs/shaving-pic1.jpg";

saw4 = new Image(289,63); 
saw4.src = "gifs/infant-pro-pic1.jpg";

saw5 = new Image(289,63); 
saw5.src = "gifs/torch-pic1.jpg";

}

function showme(thisImage){
	if (CanAnimate )
	  document.images["lose"].src=eval(thisImage+".src");
}
function hideme(){
	if (CanAnimate )
	document.images["lose"].src = "gifs/default1.jpg";
}
//-->
*/
