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;

		onBckfdk = new Image;
		offBckfdk = new Image;
		onBckredrd = new Image;
		offBckredrd = new Image;
		onBckforest = new Image;
		offBckforest = new Image;
		onBckworks = new Image;
		offBckworks = 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";

		onBckfdk.src = "../wimges/bckfdkon.gif";
		offBckfdk.src = "../wimges/bckfdkoff.gif";
		onBckredrd.src = "../wimges/bckredrdon.gif";
		offBckredrd.src = "../wimges/bckredrdoff.gif";
		onBckforest.src = "../wimges/bckforeston.gif";
		offBckforest.src = "../wimges/bckforestoff.gif";
		onBckworks.src = "../wimges/bckworkson.gif";
		offBckworks.src = "../wimges/bckworksoff.gif";
	}
	else 
	{
		offHome = "";
		onHome = "";
		offWorks = "";
		onWorks = "";
		offStories = "";
		onStories = "";
		offBuy = "";
		onBuy = "";
		offBook = "";
		onBook = "";
		offBiog = "";
		onBiog = "";
		offAwards = "";
		onAwards = "";
		offTht = "";
		onTht = "";
		offLinks = "";
		onLinks = "";
		offPhot = "";
		onPhot = "";
		offDload = "";
		onDload = "";
		onBckfdk = "";
		offBckfdk = "";
		onBckredrd = "";
		offBckredrd = "";
		onBckforest = "";
		offBckforest = "";
		onBckworks = "";
		offBckworks = "";
	}
