<!--
// Preload Img


	arab_f = new Image();
	arab_f.src = "http://www.sunwaylagoon.com/images/topnav/arab_f.gif";
	arab_v = new Image();
	arab_v.src = "http://www.sunwaylagoon.com/images/topnav/arab_v.gif";

	malay_f = new Image();
	malay_f.src = "http://www.sunwaylagoon.com/images/topnav/malay_f.gif";
	malay_v = new Image();
	malay_v.src = "http://www.sunwaylagoon.com/images/topnav/malay_v.gif";

	cina_f = new Image();
	cina_f.src = "http://www.sunwaylagoon.com/images/topnav/cina_f.gif";
	cina_v = new Image();
	cina_v.src = "http://www.sunwaylagoon.com/images/topnav/cina_v.gif";

	about_f = new Image();
	about_f.src = "http://www.sunwaylagoon.com/images/topnav/about_f.gif";
	about_v = new Image();
	about_v.src = "http://www.sunwaylagoon.com/images/topnav/about_v.gif";

	contact_f = new Image();
	contact_f.src = "http://www.sunwaylagoon.com/images/topnav/contact_f.gif";
	contact_v = new Image();
	contact_v.src = "http://www.sunwaylagoon.com/images/topnav/contact_v.gif";

	feed_f = new Image();
	feed_f.src = "http://www.sunwaylagoon.com/images/topnav/feed_f.gif";
	feed_v = new Image();
	feed_v.src = "http://www.sunwaylagoon.com/images/topnav/feed_v.gif";

 	wht_f = new Image();
	wht_f.src = "http://www.sunwaylagoon.com/images/leftright/wht_f.gif";
	wht_v = new Image();
	wht_v.src = "http://www.sunwaylagoon.com/images/leftright/wht_v.gif";
		
 	attrac_f = new Image();
	attrac_f.src = "http://www.sunwaylagoon.com/images/leftright/attrac_f.gif";
	attrac_v = new Image();
	attrac_v.src = "http://www.sunwaylagoon.com/images/leftright/attrac_v.gif";
		
 	press_f = new Image();
	press_f.src = "http://www.sunwaylagoon.com/images/leftright/press_f.gif";
	press_v = new Image();
	press_v.src = "http://www.sunwaylagoon.com/images/leftright/press_v.gif";
		
 	egreet_f = new Image();
	egreet_f.src = "http://www.sunwaylagoon.com/images/leftright/egreet_f.gif";
	egreet_v = new Image();
	egreet_v.src = "http://www.sunwaylagoon.com/images/leftright/egreet_v.gif";

 	pack_f = new Image();
	pack_f.src = "http://www.sunwaylagoon.com/images/leftright/pack_f.gif";
	pack_v = new Image();
	pack_v.src = "http://www.sunwaylagoon.com/images/leftright/pack_v.gif";

 	online_f = new Image();
	online_f.src = "http://www.sunwaylagoon.com/images/leftright/online_f.gif";
	online_v = new Image();
	online_v.src = "http://www.sunwaylagoon.com/images/leftright/online_v.gif";
			
 	career_f = new Image();
	career_f.src = "http://www.sunwaylagoon.com/images/leftright/career_f.gif";
	career_v = new Image();
	career_v.src = "http://www.sunwaylagoon.com/images/leftright/career_v.gif";
	
// Preload Img
function MenuOver(IMG) {
	document.images[IMG].src = eval(IMG + "_v.src");
}

function MenuOut(IMG) {
	document.images[IMG].src = eval(IMG + "_f.src");
}

//-->