browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
        if (browserVer >= 3) version = "n3";
        else version = "n2";
        if (version == "n3")
{
	    s2on = new Image;
        s2on.src = "http://www.johnpatrickpeugeot.com.au/images/2_02.gif";
        s2off = new Image;
        s2off.src = "http://www.johnpatrickpeugeot.com.au/images/1_02.gif";
	    s3on = new Image;
        s3on.src = "http://www.johnpatrickpeugeot.com.au/images/2_03.gif";
        s3off = new Image;
        s3off.src = "http://www.johnpatrickpeugeot.com.au/images/1_03.gif";
		s4on = new Image;
        s4on.src = "http://www.johnpatrickpeugeot.com.au/images/2_04.gif";
        s4off = new Image;
        s4off.src = "http://www.johnpatrickpeugeot.com.au/images/1_04.gif";
	    s5on = new Image;
        s5on.src = "http://www.johnpatrickpeugeot.com.au/images/2_05.gif";
        s5off = new Image;
        s5off.src = "http://www.johnpatrickpeugeot.com.au/images/1_05.gif";
	    s6on = new Image;
        s6on.src = "http://www.johnpatrickpeugeot.com.au/images/2_06.gif";
        s6off = new Image;
        s6off.src = "http://www.johnpatrickpeugeot.com.au/images/1_06.gif";
		s7on = new Image;
        s7on.src = "http://www.johnpatrickpeugeot.com.au/images/2_07.gif";
        s7off = new Image;
        s7off.src = "http://www.johnpatrickpeugeot.com.au/images/1_07.gif";
	    s8on = new Image;
        s8on.src = "http://www.johnpatrickpeugeot.com.au/images/2_08.gif";
        s8off = new Image;
        s8off.src = "http://www.johnpatrickpeugeot.com.au/images/1_08.gif";
	    s9on = new Image;
        s9on.src = "http://www.johnpatrickpeugeot.com.au/images/2_09.gif";
        s9off = new Image;
        s9off.src = "http://www.johnpatrickpeugeot.com.au/images/1_09.gif";
        s10on = new Image;
        s10on.src = "http://www.johnpatrickpeugeot.com.au/images/2_10.gif";
        s10off = new Image;
        s10off.src = "http://www.johnpatrickpeugeot.com.au/images/1_10.gif";
		s11on = new Image;
        s11on.src = "http://www.johnpatrickpeugeot.com.au/images/2_11.gif";
        s11off = new Image;
        s11off.src = "http://www.johnpatrickpeugeot.com.au/images/1_11.gif";
		s12on = new Image;
        s12on.src = "http://www.johnpatrickpeugeot.com.au/images/2_12.gif";
        s12off = new Image;
        s12off.src = "http://www.johnpatrickpeugeot.com.au/images/1_12.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;
        }
}
