<!--
//rollovers...

if(document.images) {
     
		
		homeoff = new Image();
		homeoff.src = "images/homeoff.gif";
		homeover = new Image();
		homeover.src = "images/homeover.gif";
	
		facilitiesoff = new Image();
		facilitiesoff.src = "images/facilitiesoff.gif";
		facilitiesover = new Image();
		facilitiesover.src = "images/facilitiesover.gif";
		
        historyoff = new Image();
		historyoff.src = "images/historyoff.gif";
		historyover = new Image();
		historyover.src = "images/historyover.gif";
		  		
        pricingoff = new Image();
		pricingoff.src = "images/pricingoff.gif";
		pricingover = new Image();
		pricingover.src = "images/pricingover.gif";
		
		floorplansoff = new Image();
		floorplansoff.src = "images/floorplansoff.gif";
		floorplansover = new Image();
		floorplansover.src = "images/floorplansover.gif";

        cateringoff = new Image();
		cateringoff.src = "images/cateringoff.gif";
		cateringover = new Image();
		cateringover.src = "images/cateringover.gif";

        contactusoff = new Image();
		contactusoff.src = "images/contactoff.gif";
		contactusover = new Image();
		contactusover.src = "images/contactover.gif";
}

function onoff(imgName,state) {
        if(document.images) {               
		document.images[imgName].src = eval(imgName+state+".src");
        }
}         
//-->
