// JavaScript Document<!--//Pre-cache or pre-load images to memory preventing delays	body-leftimg = new Image();	body-leftimg.src = "body-left.gif";		body-rightimg = new Image();	body-rightimg.src = "body-right.gif";		button-rightimg = new Image();	button-rightimg.src = "button-right.jpg";		buttonsimg = new Image();	buttonsimg.src = "buttons.gif";		mainline-bottomimg = new Image();	mainline-bottomimg.src = "mainline-bottom.gif";		mainline-bottomimg = new Image();	mainline-bottomimg.src = "mainline-bottom.gif";		side-bottomimg = new Image();	side-bottomimg.src = "side-bottom.gif";		sloganimg = new Image();	sloganimg.src = "slogan.gif";		tileimg = new Image();	tileimg.src = "tile.gif";		stripimg = new Image();	stripimg.src = "strip.gif";		mainline-topimg = new Image();	mainline-topimg.src = "mainline-top.swf";		buttonsimg = new Image();	buttonsimg.src = "buttons.swf";//-->