if (document.images) 
	{
		offHome = new Image;
		onHome = new Image;
		offWorks = new Image;
		onWorks = new Image;
		offStories=new Image;
		onStories=new Image;
		offBuy = new Image;
		onBuy = new Image;
		offBook = new Image;
		onBook = new Image;
		offBiog = new Image;
		onBiog = new Image;
		offAwards = new Image;
		onAwards = new Image;
		offTht = new Image;
		onTht = new Image;
		offLinks = new Image;
		onLinks = new Image;
		offPhot = new Image;
		onPhot = new Image;
		offDload = new Image;
		onDload = new Image;
		offArch = new Image;
		onArch = new Image;

		offHome.src = "images/homeoff.gif";
		onHome.src = "images/homeon.gif";
		offWorks.src = "images/worksoff.gif";
		onWorks.src = "images/workson.gif";
		offStories.src = "images/storiesoff.gif";
		onStories.src = "images/storieson.gif";
		offBuy.src = "images/buyoff.gif";
		onBuy.src = "images/buyon.gif";
		offBook.src = "images/bookoff.gif";
		onBook.src = "images/bookon.gif";
		offBiog.src = "images/biogoff.gif";
		onBiog.src = "images/biogon.gif";
		offAwards.src = "images/awardsoff.gif";
		onAwards.src = "images/awardson.gif";
		offTht.src = "images/thtoff.gif";
		onTht.src = "images/thton.gif";
		offLinks.src = "images/linksoff.gif";
		onLinks.src = "images/linkson.gif";
		offPhot.src = "images/photoff.gif";
		onPhot.src = "images/photon.gif";
		offDload.src = "images/dloadoff.gif";
		onDload.src = "images/dloadon.gif";
		offArch.src = "images/archoff.gif";
		onArch.src = "images/archon.gif";

	}
	else 
	{
		offHome = "";
		onHome = "";
		offWorks = "";
		onWorks = "";
		offStories = "";
		onStories = "";
		offBuy = "";
		onBuy = "";
		offBook = "";
		onBook = "";
		offBiog = "";
		onBiog = "";
		offAwards = "";
		onAwards = "";
		offTht = "";
		onTht = "";
		offLinks = "";
		onLinks = "";
		offPhot = "";
		onPhot ="";
		offDload = "";
		onDload = "";
		offArch = "";
		onArch = "";
	}

