<!--
//rollovers...

if(document.images) {
     
		
		homeoff = new Image();
		homeoff.src = "http://thesoutherncrosshotelmanila.com/images/homeoff01.gif";
		homeover = new Image();
		homeover.src = "http://thesoutherncrosshotelmanila.com/images/homeover01.gif";
		
		
		featuresoff = new Image();
		featuresoff.src = "http://thesoutherncrosshotelmanila.com/images/featuresoff.gif";
		featuresover = new Image();
	    featuresover.src = "http://thesoutherncrosshotelmanila.com/images/featuresover.gif";
		
		
		accommodationoff = new Image();
		accommodationoff.src = "http://thesoutherncrosshotelmanila.com/images/accommodationoff.gif";
		accommodationover = new Image();
		accommodationover.src = "http://thesoutherncrosshotelmanila.com/images/accommodationover.gif";
		
        photooff = new Image();
		photooff.src = "http://thesoutherncrosshotelmanila.com/images/photooff.gif";
		photoover = new Image();
		photoover.src = "http://thesoutherncrosshotelmanila.com/images/photoover.gif";
		  		
        reserveoff = new Image();
		reserveoff.src = "http://thesoutherncrosshotelmanila.com/images/reserveoff.gif";
		reserveover = new Image();
		reserveover.src = "http://thesoutherncrosshotelmanila.com/images/reserveover.gif";

        contactoff = new Image();
		contactoff.src = "http://thesoutherncrosshotelmanila.com/images/contactoff.gif";
		contactover = new Image();
		contactover.src = "http://thesoutherncrosshotelmanila.com/images/contactover.gif";

        csoff = new Image();
		csoff.src = "http://thesoutherncrosshotelmanila.com/images/csoff.gif";
		csover = new Image();
		csover.src = "http://thesoutherncrosshotelmanila.com/images/csover.gif";
                                      
        winoff = new Image();
		winoff.src = "http://thesoutherncrosshotelmanila.com/images/winoff.gif";
    	winover = new Image();
		winover.src = "http://thesoutherncrosshotelmanila.com/images/winover.gif";
		
		
		
		
		standardoff = new Image();
		standardoff.src = "http://thesoutherncrosshotelmanila.com/images/btn_standard.gif";
		standardover = new Image();
		standardover.src = "http://thesoutherncrosshotelmanila.com/images/btn_standard_over.gif";
		
		deluxeoff = new Image();
		deluxeoff.src = "http://thesoutherncrosshotelmanila.com/images/btn_deluxe.gif";
		deluxeover = new Image();
		deluxeover.src = "http://thesoutherncrosshotelmanila.com/images/btn_deluxe_over.gif";
		
		twinoff = new Image();
		twinoff.src = "http://thesoutherncrosshotelmanila.com/images/btn_twin.gif";
		twinover = new Image();
		twinover.src = "http://thesoutherncrosshotelmanila.com/images/btn_twin_over.gif";
		
		familyoff = new Image();
		familyoff.src = "http://thesoutherncrosshotelmanila.com/images/btn_family.gif";
		familyover = new Image();
		familyover.src = "http://thesoutherncrosshotelmanila.com/images/btn_family_over.gif";




}


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