if (document.images) 
{
	img1 = new Image();
	img2 = new Image();
	img3 = new Image();
	img4 = new Image();
	img5 = new Image();
	img6 = new Image();
	img7 = new Image();
	img8 = new Image();
	img9 = new Image();
	img10 = new Image();
	img11 = new Image();
	img12 = new Image();
	img13 = new Image();
	img14 = new Image();
	
	img1.src = "images/f_contactuson.gif";
	img2.src = "images/f_linkson.gif"
	img3.src = "images/f_carnabyfilmson.gif"
	img4.src = "images/nav_homeon.gif"
	img5.src = "images/nav_newson.gif"
	img6.src = "images/nav_thestoryon.gif"
	img7.src = "images/nav_thecaston.gif"
	img8.src = "images/nav_thecrewon.gif"
	img9.src = "images/nav_photogalleryon.gif"
	img10.src = "images/nav_downloadson.gif"
	img11.src = "images/h_naventeron.gif"
	img12.src = "images/arrows_lefton.gif"
	img13.src = "images/arrows_righton.gif"
	img14.src = "images/cwindowon.gif"
}

function swapImg(name,over)
{
	if(document.images) 
	{
		if (over)
		{
			//alert(name)
			document.images[name].src = "images/" + name + "on.gif";
		}
		else
		{
			document.images[name].src = "images/" + name + "off.gif";
		}
	}
}
