homeOver = new Image();
homeOver.src = '/includes/global/navigation/gfx/main-en/home-over.gif';
homeOn = new Image();
homeOn.src = '/includes/global/navigation/gfx/main-en/home-on.gif';
homeOff = new Image();
homeOff.src = '/includes/global/navigation/gfx/main-en/home-off.gif';

shapeshifterOver = new Image();
shapeshifterOver.src = '/includes/global/navigation/gfx/main-en/shapeshifter-over.gif';
shapeshifterOn = new Image();
shapeshifterOn.src = '/includes/global/navigation/gfx/main-en/shapeshifter-on.gif';
shapeshifterOff = new Image();
shapeshifterOff.src = '/includes/global/navigation/gfx/main-en/shapeshifter-off.gif';

productsOver = new Image();
productsOver.src = '/includes/global/navigation/gfx/main-en/products-over.gif';
productsOn = new Image();
productsOn.src = '/includes/global/navigation/gfx/main-en/products-on.gif';
productsOff = new Image();
productsOff.src = '/includes/global/navigation/gfx/main-en/products-off.gif';

adspaceOver = new Image();
adspaceOver.src = '/includes/global/navigation/gfx/main-en/adspace-over.gif';
adspaceOn = new Image();
adspaceOn.src = '/includes/global/navigation/gfx/main-en/adspace-on.gif';
adspaceOff = new Image();
adspaceOff.src = '/includes/global/navigation/gfx/main-en/adspace-off.gif';

servicesOver = new Image();
servicesOver.src = '/includes/global/navigation/gfx/main-en/services-over.gif';
servicesOn = new Image();
servicesOn.src = '/includes/global/navigation/gfx/main-en/services-on.gif';
servicesOff = new Image();
servicesOff.src = '/includes/global/navigation/gfx/main-en/services-off.gif';

galleryOver = new Image();
galleryOver.src = '/includes/global/navigation/gfx/main-en/gallery-over.gif';
galleryOn = new Image();
galleryOn.src = '/includes/global/navigation/gfx/main-en/gallery-on.gif';
galleryOff = new Image();
galleryOff.src = '/includes/global/navigation/gfx/main-en/gallery-off.gif';

contactOver = new Image();
contactOver.src = '/includes/global/navigation/gfx/main-en/contact-over.gif';
contactOn = new Image();
contactOn.src = '/includes/global/navigation/gfx/main-en/contact-on.gif';
contactOff = new Image();
contactOff.src = '/includes/global/navigation/gfx/main-en/contact-off.gif';


function swapImg(activeImg,swapImg){
	activeImg.src = swapImg.src;
}

function swapAttr(attr,newAttr){
	//alert('test');
	this.setAttribute(attr,newAttr);
}