// JavaScript Document<!--//Pre-cache or pre-load images to memory preventing delays	bottom-barimg = new Image();	bottom-barimg.src = "bottom-bar.gif";		top-buttonsimg = new Image();	top-buttonsimg.src = "top-buttons.gif";		bottom-barimg = new Image();	bottom-barimg.src = "bottom-bar.swf";		bottom-bar-mainimg = new Image();	bottom-bar-mainimg.src = "bottom-bar-main.swf";		buttonsimg = new Image();	buttonsimg.src = "buttons.swf";		contact-buttonsimg = new Image();	contact-buttonsimg.src = "contact-buttons.swf";		facility-buttonsimg = new Image();	facility-buttonsimg.src = "facility-buttons.swf";		links-buttonsimg = new Image();	links-buttonsimg.src = "links-buttons.swf";		spatial-buttonsimg = new Image();	spatial-buttonsimg.src = "spatial-buttons.swf";		wellness-buttonsimg = new Image();	wellness-buttonsimg.src = "wellness-buttons.swf";		who-buttonsimg = new Image();	who-buttonsimg.src = "who-buttons.swf";//-->
