function writeRsvButton(p_strImgId, p_strHotelCd) {
	var j_strScript = "<A onmouseover=\"MM_swapImage('"+ p_strImgId +"','','../../gifs/rsv2.jpg',1)\" onmouseout=MM_swapImgRestore() "+
	                  "href='http://www.reservation-system.net/iuser-multi/botherrsv.asp?cobrandsec=INDEXRESV&cobrandcd=AFL0500020&hotelcd="+ p_strHotelCd +"' target=_blank>"+
					  "<IMG height=24 src='../../gifs/rsv1.jpg' width=112  border=0 name="+ p_strImgId +"></A>"
	document.write(j_strScript);
}

function writeRsvIFrame(p_strHotelCd) {
	var j_strScript = "<iframe frameborder=0 marginHeight=0 marginWidth=0 width=100% height=87 scrolling='no' " + 
	                  "	name='reservation' " +
	                  "	src='http://www.reservation-system.net/Co-Branding/AsiaTravel/QuickReservation.htm?cobrandcd=AFL0500020&hotelcd="+ p_strHotelCd +"'>" +
	                  "</iframe>";
	document.write(j_strScript);
}

function wruteTableRateIFrame(p_strHotelCd) {
	var j_strScript = "<iframe frameborder=0 marginHeight=0 marginWidth=0 width=100% height=470 scrolling='no' " +
					  " name='tableRate' src='http://www.reservation-system.net/co-Branding/AsiaTravel/RateTable.asp?cobrandcd=AFL0500020&hotelcd="+ p_strHotelCd +"'>" +
					  "</iframe>";
	document.write(j_strScript);
}


