function accom(URL) {
window.open("http://www.sunway.travel/accom.asp","Accomodation","width=780,height=550,menubar=no,scrollbars=no,resizable=no");
}

<!--
// Preload Img


	home_f = new Image();
	home_f.src = "http://www.sunway.travel/images/home_f.gif";
	home_v = new Image();
	home_v.src = "http://www.sunway.travel/images/home_v.gif";

	services_f = new Image();
	services_f.src = "http://www.sunway.travel/images/services_f.gif";
	services_v = new Image();
	services_v.src = "http://www.sunway.travel/images/services_v.gif";

	guides_f = new Image();
	guides_f.src = "http://www.sunway.travel/images/guides_f.gif";
	guides_v = new Image();
	guides_v.src = "http://www.sunway.travel/images/guides_v.gif";

	contact_f = new Image();
	contact_f.src = "http://www.sunway.travel/images/contact_f.gif";
	contact_v = new Image();
	contact_v.src = "http://www.sunway.travel/images/contact_v.gif";

	specials_f = new Image();
	specials_f.src = "http://www.sunway.travel/images/specials_f.gif";
	specials_v = new Image();
	specials_v.src = "http://www.sunway.travel/images/specials_v.gif";
	
	about_f = new Image();
	about_f.src = "http://www.sunway.travel/images/about_f.gif";
	about_v = new Image();
	about_v.src = "http://www.sunway.travel/images/about_v.gif";

	flights_f = new Image();
	flights_f.src = "http://www.sunway.travel/images/flights_f.gif";
	flights_v = new Image();
	flights_v.src = "http://www.sunway.travel/images/flights_v.gif";

 	transport_f = new Image();
	transport_f.src = "http://www.sunway.travel/images/transport_f.gif";
	transport_v = new Image();
	transport_v.src = "http://www.sunway.travel/images/transport_v.gif";
		
 	accom_f = new Image();
	accom_f.src = "http://www.sunway.travel/images/accom_f.gif";
	accom_v = new Image();
	accom_v.src = "http://www.sunway.travel/images/accom_v.gif";
		
 	cruise_f = new Image();
	cruise_f.src = "http://www.sunway.travel/images/cruise_f.gif";
	cruise_v = new Image();
	cruise_v.src = "http://www.sunway.travel/images/cruise_v.gif";
		
 	vacation_f = new Image();
	vacation_f.src = "http://www.sunway.travel/images/vacation_f.gif";
	vacation_v = new Image();
	vacation_v.src = "http://www.sunway.travel/images/vacation_v.gif";

 	links_f = new Image();
	links_f.src = "http://www.sunway.travel/images/links_f.gif";
	links_v = new Image();
	links_v.src = "http://www.sunway.travel/images/links_v.gif";

 	int_f = new Image();
	int_f.src = "http://www.sunway.travel/images/int_f.gif";
	int_v = new Image();
	int_v.src = "http://www.sunway.travel/images/int_v.gif";
			
 	dom_f = new Image();
	dom_f.src = "http://www.sunway.travel/images/dom_f.gif";
	dom_v = new Image();
	dom_v.src = "http://www.sunway.travel/images/dom_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");
}

//-->