var homepage = 'false';var browserName = navigator.appName;var browserVer = parseFloat(navigator.appVersion);var browserMac = navigator.appVersion.indexOf("Macintosh");var browserWin = navigator.appVersion.indexOf("Win");var allLoaded = false;var version = "notset";if (browserName == "Netscape" && browserVer >= 3)	version = "n3";if (browserName == "Microsoft Internet Explorer"	&& browserVer >= 3.01 && browserMac != -1)	version = "ie3m";if (browserName == "Microsoft Internet Explorer" && browserVer >= 4)	version = "ie4";var rollYes = (version == "n3" || version == "ie3m" || version == "ie4") ? true : false;if(rollYes)	{		text1aoff = new Image();		text1aoff.src = "images/cont-illus1a-txt1.gif";		text2aoff = new Image();		text2aoff.src = "images/cont-illus2a-txt1.gif";		text2boff = new Image();		text2boff.src = "images/cont-illus2b-txt1.gif";		text3aoff = new Image();		text3aoff.src = "images/cont-illus3a-txt1.gif";		text3boff = new Image();		text3boff.src = "images/cont-illus3b-txt1.gif";		text4aoff = new Image();		text4aoff.src = "images/cont-illus4a-txt1.gif";		text4boff = new Image();		text4boff.src = "images/cont-illus4b-txt1.gif";		text5aoff = new Image();		text5aoff.src = "images/cont-illus5a-txt1.gif";		text5boff = new Image();		text5boff.src = "images/cont-illus5b-txt1.gif";		text1aon = new Image();		text1aon.src = "images/cont-illus1a-txt2.gif";		text2aon = new Image();		text2aon.src = "images/cont-illus2a-txt2.gif";		text2bon = new Image();		text2bon.src = "images/cont-illus2b-txt2.gif";		text3aon = new Image();		text3aon.src = "images/cont-illus3a-txt2.gif";		text3bon = new Image();		text3bon.src = "images/cont-illus3b-txt2.gif";		text4aon = new Image();		text4aon.src = "images/cont-illus4a-txt2.gif";		text4bon = new Image();		text4bon.src = "images/cont-illus4b-txt2.gif";		text5aon = new Image();		text5aon.src = "images/cont-illus5a-txt2.gif";				text5bon = new Image();		text5bon.src = "images/cont-illus5b-txt2.gif";		allLoaded = true;	}function rollRemoteOver(imgName){	if (rollYes)	{		if (allLoaded)		{			if (imgName != "heyyou")			{				document.images[imgName].src = eval(imgName + "on.src");			}		}	}}function rollRemoteOut(imgName){	if (rollYes)	{		if (allLoaded)		{			if (imgName != "heyyou")			{				document.images[imgName].src = eval(imgName + "off.src");			}		}	}}