<!--
if (document.images)
{

	abouton = new Image(68, 25);
	abouton.src = "/images/buttons2/about-on.gif";
	aboutoff = new Image(68, 25);
	aboutoff.src = "/images/buttons2/about-off.gif";

	productson = new Image(68, 25);
	productson.src = "/images/buttons2/products-on.gif";
	productsoff = new Image(68, 25);
	productsoff.src = "/images/buttons2/products-off.gif";

	stockon = new Image(85, 25);
	stockon.src = "/images/buttons2/stock-on.gif";
	stockoff = new Image(85, 25);
	stockoff.src = "/images/buttons2/stock-off.gif";

	sampleson = new Image(64, 25);
	sampleson.src = "/images/buttons2/samples-on.gif";
	samplesoff = new Image(64, 25);
	samplesoff.src = "/images/buttons2/samples-off.gif";

	saleson = new Image(79, 25);
	saleson.src = "/images/buttons2/sales-on.gif";
	salesoff = new Image(79, 25);
	salesoff.src = "/images/buttons2/sales-off.gif";

	diston = new Image(85, 25);
	diston.src = "/images/buttons2/dist-on.gif";
	distoff = new Image(85, 25);
	distoff.src = "/images/buttons2/dist-off.gif";

	newon = new Image(82, 25);
	newon.src = "/images/buttons2/new-on.gif";
	newoff = new Image(82, 25);
	newoff.src = "/images/buttons2/new-off.gif";

	serviceson = new Image(64, 25);
	serviceson.src = "/images/buttons2/services-on.gif";
	servicesoff = new Image(64, 25);
	servicesoff.src = "/images/buttons2/services-off.gif";

	supporton = new Image(64, 25);
	supporton.src = "/images/buttons2/support-on.gif";
	supportoff = new Image(64, 25);
	supportoff.src = "/images/buttons2/support-off.gif";

	contacton = new Image(79, 25);
	contacton.src = "/images/buttons2/contact-on.gif";
	contactoff = new Image(79, 25);
	contactoff.src = "/images/buttons2/contact-off.gif";

}

function img_act(imgName) {
	if (document.images)
	{
		imgOn = eval(imgName + "on.src");
		document [imgName].src = imgOn;
	}
}

function img_inact(imgName)
{
	if (document.images)
	{
		imgOff = eval(imgName + "off.src");
		document [imgName].src = imgOff;
	}
}

function Enlarge(URL) {

	var W=650;
	var H=500;

	var XX=(screen.availWidth/2)-(W/2);
	var Y=(screen.availHeight/3)-(H/2);
	if (Y<0) Y=0;

	window.open(URL,"Large","width="+W+",height="+H+",screenX="+XX+",screenY="+Y+",left="+XX+",top="+Y+",dependent=0,directories=0,location=0,menubar=0,personalbar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0");

}
//-->

