function PutImage(fObject, fImageSRC)
{ 
	document.getElementById(fObject).src = eval(fImageSRC + ".src"); 
//	document.getElementById(fObject).src = fImageSRC; 
}

var txtImagePath;
txtImagePath = "images/reclaim-menu/"
	
imgwelcomeOUT				= new Image();		imgwelcomeOUT.src 				= txtImagePath + "out/welcome.gif";
imgaboutOUT				= new Image();		imgaboutOUT.src 					= txtImagePath + "out/about.gif";
imgflooringOUT			= new Image();		imgflooringOUT.src 				= txtImagePath + "out/flooring.gif";
imgbuildingmaterialsOUT	= new Image();		imgbuildingmaterialsOUT.src 	= txtImagePath + "out/buildingmaterials.gif";
imgarchitecturalOUT		= new Image();		imgarchitecturalOUT.src 		= txtImagePath + "out/architectural.gif";
imgdoorsOUT				= new Image();		imgdoorsOUT.src 					= txtImagePath + "out/doors.gif";
imgfurnitureOUT			= new Image();		imgfurnitureOUT.src 				= txtImagePath + "out/furniture.gif";
imginteriorsOUT			= new Image();		imginteriorsOUT.src 				= txtImagePath + "out/interiors.gif";
imgcontactOUT				= new Image();		imgcontactOUT.src 				= txtImagePath + "out/contact.gif";
imgdemolitionOUT			= new Image();		imgdemolitionOUT.src 			= txtImagePath + "out/demolition.gif";


imgwelcomeOVER				= new Image();		imgwelcomeOVER.src 				= txtImagePath + "over/welcome.gif";
imgaboutOVER				= new Image();		imgaboutOVER.src 					= txtImagePath + "over/about.gif";
imgflooringOVER			= new Image();		imgflooringOVER.src 				= txtImagePath + "over/flooring.gif";
imgbuildingmaterialsOVER	= new Image();		imgbuildingmaterialsOVER.src 	= txtImagePath + "over/buildingmaterials.gif";
imgarchitecturalOVER		= new Image();		imgarchitecturalOVER.src 		= txtImagePath + "over/architectural.gif";
imgdoorsOVER				= new Image();		imgdoorsOVER.src 					= txtImagePath + "over/doors.gif";
imgfurnitureOVER			= new Image();		imgfurnitureOVER.src 				= txtImagePath + "over/furniture.gif";
imginteriorsOVER			= new Image();		imginteriorsOVER.src 				= txtImagePath + "over/interiors.gif";
imgcontactOVER				= new Image();		imgcontactOVER.src 				= txtImagePath + "over/contact.gif";
imgdemolitionOVER			= new Image();		imgdemolitionOVER.src 			= txtImagePath + "over/demolition.gif";