//preload menu images
image1 = new Image();	image1.src = "images/header-dark.png";
//function to swap images on mouseover
function roll(img_name, img_src)	{	document[img_name].src = img_src;	}