
if (document.images)         {   
	myImage1on = new Image(148, 73);
	myImage1on.src = "_images/auB.gif";
	myImage1off = new Image(148, 73);
	myImage1off.src = "_images/auA.gif";
	
	myImage2on = new Image(148, 73);
	myImage2on.src = "_images/paB.gif";
	myImage2off = new Image(148, 73);
	myImage2off.src = "_images/paA.gif";
	
	myImage3on = new Image(148, 73);
	myImage3on.src = "_images/srB.gif";
	myImage3off = new Image(148, 73);
	myImage3off.src = "_images/srA.gif";
	
	myImage4on = new Image(148, 73);
	myImage4on.src = "_images/erB.gif";
	myImage4off = new Image(148, 73);
	myImage4off.src = "_images/erA.gif";
	
	myImage5on = new Image(148, 73);
	myImage5on.src = "_images/cuB.gif";
	myImage5off = new Image(148, 73);
	myImage5off.src = "_images/cuA.gif";
	

	
}

function On(imgName) {
		if (document.images) {
		imgOn = eval(imgName + "on.src");
		document [imgName].src = imgOn;
		
		}
}

function Off(imgName) {
		if (document.images) {
		imgOff = eval(imgName + "off.src");
		document [imgName].src = imgOff;
		
		}
}


function newWindow(URL){
		equipmentWindow = window.open(URL, "equipWin", "width=600,height=600,scrollbars=no,toolbar=no,location=no")
		equipmentWindow.focus()
		}
			
//<A onmouseover="On('myImage1');window.status='More Information about Direct Janitorial Repair.'; return true;" onmouseout="Off('myImage1');window.status='';" href="about/aboutUs.aspx">
//<A onmouseover="On('myImage2');window.status='More Information on Parts & Accessories.'; return true;" onmouseout="Off('myImage2');window.status='';" href="parts/aboutUs.aspx">
//<A onmouseover="On('myImage3');window.status='More Information on our Repair and Service Offerings.'; return true;" onmouseout="Off('myImage3');window.status='';" href="service/aboutUs.aspx">
//<A onmouseover="On('myImage4');window.status='More Information on Sales & Equipment Rentals.'; return true;" onmouseout="Off('myImage4');window.status='';" href="sales/aboutUs.aspx">
//<A onmouseover="On('myImage5');window.status='More Information about how to Contact Direct Janitorial Repair Co.'; return true;" onmouseout="Off('myImage5');window.status='';" href="contact/aboutUs.aspx">