window.defaultStatus="PHIMCO Industries, Inc.";

loadImg1 = new Image(159, 40)
loadImg1.src = "./images/but001.gif"
loadImg2 = new Image(159, 40)
loadImg2.src = "./images/but002.gif"
loadImg3 = new Image(159, 40)
loadImg3.src = "./images/but003.gif"
loadImg4 = new Image(159, 40)
loadImg4.src = "./images/but004.gif"


pii1on = new Image(159, 40);pii1on.src = "./images/but001on.gif";
pii1off = new Image(159, 40);pii1off.src = "./images/but001.gif";
pii2on = new Image(159, 40);pii2on.src = "./images/but002on.gif";
pii2off = new Image(159, 40);pii2off.src = "./images/but002.gif";
pii3on = new Image(159, 40);pii3on.src = "./images/but003on.gif";
pii3off = new Image(159, 40);pii3off.src = "./images/but003.gif";
pii4on = new Image(159, 40);pii4on.src = "./images/but004on.gif";
pii4off = new Image(159, 40);pii4off.src = "./images/but004.gif";


function img_act(imgName) 
	{
	imgOn = eval(imgName + "on.src");
	document [imgName].src = imgOn;
	}

function img_inact(imgName) 
	{
	imgOff = eval(imgName + "off.src");
	document [imgName].src = imgOff;
	}
