bname = navigator.appName;
bVer = parseInt(navigator.appVersion);
if (bname == "Netscape" && bVer >= 3) browserVer = 1
else browserVer = 1;

if (browserVer == 1) {
	homeButton=new Image(85,18);
	homeButton.src="images/homeButton.gif";
	homeButtonR=new Image(85,18);
	homeButtonR.src="images/homeButtonR.gif";
	homeButtonD=new Image(85,18);
	homeButtonD.src="images/homeButtonD.gif";

	siteMapButton=new Image(85,18);
	siteMapButton.src="images/siteMapButton.gif";
	siteMapButtonR=new Image(85,18);
	siteMapButtonR.src="images/siteMapButtonR.gif";
	siteMapButtonD=new Image(85,18);
	siteMapButtonD.src="images/siteMapButtonD.gif";

	purchaseButton=new Image(85,18);
	purchaseButton.src="images/purchaseButton.gif";
	purchaseButtonR=new Image(85,18);
	purchaseButtonR.src="images/purchaseButtonR.gif";
	purchaseButtonD=new Image(85,18);
	purchaseButtonD.src="images/purchaseButtonD.gif";

	productsButton=new Image(85,18);
	productsButton.src="images/productsButton.gif";
	productsButtonR=new Image(85,18);
	productsButtonR.src="images/productsButtonR.gif";
	productsButtonD=new Image(85,18);
	productsButtonD.src="images/productsButtonD.gif";

	infoButton=new Image(85,18);
	infoButton.src="images/infoButton.gif";
	infoButtonR=new Image(85,18);
	infoButtonR.src="images/infoButtonR.gif";
	infoButtonD=new Image(85,18);
	infoButtonD.src="images/infoButtonD.gif";

	newsButton=new Image(85,18);
	newsButton.src="images/newsButton.gif";
	newsButtonR=new Image(85,18);
	newsButtonR.src="images/newsButtonR.gif";
	newsButtonD=new Image(85,18);
	newsButtonD.src="images/newsButtonD.gif";

	scanningButton=new Image(85,18);
	scanningButton.src="images/scanningButton.gif";
	scanningButtonR=new Image(85,18);
	scanningButtonR.src="images/scanningButtonR.gif";
	scanningButtonD=new Image(85,18);
	scanningButtonD.src="images/scanningButtonD.gif";

	supportButton=new Image(85,18);
	supportButton.src="images/supportButton.gif";
	supportButtonR=new Image(85,18);
	supportButtonR.src="images/supportButtonR.gif";
	supportButtonD=new Image(85,18);
	supportButtonD.src="images/supportButtonD.gif";

	samplesButton=new Image(85,18);
	samplesButton.src="images/samplesButton.gif";
	samplesButtonR=new Image(85,18);
	samplesButtonR.src="images/samplesButtonR.gif";
	samplesButtonD=new Image(85,18);
	samplesButtonD.src="images/samplesButtonD.gif";
}

function flip(currentImg,newImg) {
	if (browserVer == 1) {
		document.images[currentImg].src = eval(newImg + ".src")
	}
}
