<!--
	if (document.images) {
		about_on = new Image();
		about_on.src = "/images/about-over.jpg";
		about_off = new Image();
		about_off.src = "/images/about-off.jpg";
		
		products_on = new Image();
		products_on.src = "/images/products-over.jpg";
		products_off = new Image();
		products_off.src = "/images/products-off.jpg";
		
		find_on = new Image();
		find_on.src = "/images/find-over.jpg";
		find_off = new Image();
		find_off.src = "/images/find-off.jpg";
		
		menuaudio_on = new Image();
		menuaudio_on.src = "/images/menu-audio-over.gif";
		menuaudio_off = new Image();
		menuaudio_off.src = "/images/menu-audio-off.gif";
		
		menucomputer_on = new Image();
		menucomputer_on.src = "/images/menu-computer-over.gif";
		menucomputer_off = new Image();
		menucomputer_off.src = "/images/menu-computer-off.gif";
		
		menuconsole_on = new Image();
		menuconsole_on.src = "/images/menu-console-over.gif";
		menuconsole_off = new Image();
		menuconsole_off.src = "/images/menu-console-off.gif";
		
		menutelephone_on = new Image();
		menutelephone_on.src = "/images/menu-telephone-over.gif";
		menutelephone_off = new Image();
		menutelephone_off.src = "/images/menu-telephone-off.gif";
		
		menuvacuum_on = new Image();
		menuvacuum_on.src = "/images/menu-vacuum-over.gif";
		menuvacuum_off = new Image();
		menuvacuum_off.src = "/images/menu-vacuum-off.gif";
		
		menuvision_on = new Image();
		menuvision_on.src = "/images/menu-vision-over.gif";
		menuvision_off = new Image();
		menuvision_off.src = "/images/menu-vision-off.gif";
		
		menuaboutpudney_on = new Image();
		menuaboutpudney_on.src = "/images/menu-aboutpudney-over.gif";
		menuaboutpudney_off = new Image();
		menuaboutpudney_off.src = "/images/menu-aboutpudney-off.gif";
		
		menucontactpudney_on = new Image();
		menucontactpudney_on.src = "/images/menu-contactpudney-over.gif";
		menucontactpudney_off = new Image();
		menucontactpudney_off.src = "/images/menu-contactpudney-off.gif";
		
		menumanulinks_on = new Image();
		menumanulinks_on.src = "/images/menu-manulinks-over.gif";
		menumanulinks_off = new Image();
		menumanulinks_off.src = "/images/menu-manulinks-off.gif";
		
		menupudneystaff_on = new Image();
		menupudneystaff_on.src = "/images/menu-pudneystaff-over.gif";
		menupudneystaff_off = new Image();
		menupudneystaff_off.src = "/images/menu-pudneystaff-off.gif";
		
		menuresellerhelp_on = new Image();
		menuresellerhelp_on.src = "/images/menu-resellerhelp-over.gif";
		menuresellerhelp_off = new Image();
		menuresellerhelp_off.src = "/images/menu-resellerhelp-off.gif";
		
		menuwhatpudney_on = new Image();
		menuwhatpudney_on.src = "/images/menu-whatpudney-over.gif";
		menuwhatpudney_off = new Image();
		menuwhatpudney_off.src = "/images/menu-whatpudney-off.gif";
		
	}
	
	function changeImages() {
		if (document.images) {
			for (var i=0; i<changeImages.arguments.length; i+=2) {
				document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
			}
		}
	}
	// -->

