function changeimage(imgNam,status) 
{
	if (document.images) 
	{
		document[imgNam].src=eval(imgNam + '_' + status + '.src');
	}
}


if (document.images)
{
//home page images
	dies_moff      = new Image();
	dies_moff.src  = '/images/dies_moff.gif';
	dies_mo      = new Image();
	dies_mo.src  = '/images/dies_mo.gif';

	rolls_moff      = new Image();
	rolls_moff.src  = '/images/rolls_moff.gif';
	rolls_mo      = new Image();
	rolls_mo.src  = '/images/rolls_mo.gif';

	tooling_moff      = new Image();
	tooling_moff.src  = '/images/tooling_moff.gif';
	tooling_mo      = new Image();
	tooling_mo.src  = '/images/tooling_mo.gif';
	
	mach_moff      = new Image();
	mach_moff.src  = '/images/machinery_moff.gif';
	mach_mo      = new Image();
	mach_mo.src  = '/images/machinery_mo.gif';		

	anc_moff      = new Image();
	anc_moff.src  = '/images/ancillary_moff.gif';
	anc_mo      = new Image();
	anc_mo.src  = '/images/ancillary_mo.gif';		
	
	
//photos:
	photos_moff      = new Image();
	photos_moff.src  = '/images/diespic_mo.jpg';
	
	photos_dies      = new Image();
	photos_dies.src  = '/images/dies-mo-image.jpg';
	photos_rolls      = new Image();
	photos_rolls.src  = '/images/rolls-mo-image.jpg';	
	photos_tooling      = new Image();
	photos_tooling.src  = '/images/tooling-mo-image.jpg';	
	photos_mach      = new Image();
	photos_mach.src  = '/images/machinery-mo-image.jpg';	
	photos_anc      = new Image();
	photos_anc.src  = '/images/ancillary-mo-image.jpg';		
}