﻿/*function HtlBooking()
{
alert('test');
	if (confirm ("To make real time reservation, we will bring you to our newly developed website named www.holidaysmekong.com where you will be connected to the shopping cart and pay deposit by credit card online. Please press OK to go ahead for making real time online reservation or press Cancel to make offline traditional inquiry or reservation."))
		{
			if(HtlID=='')
			{
			alert("the hotel is not available for booking");
			window.open('http://www.myanmartourex.com/travel_myanmar_bookings/travel_myanmar_hotel_and_flight_reservation.php');
			}
			else
			{
			window.open('http://www.holidaysmekong.com/hotels/Hotel_BookingInfo.aspx?hid='+HtlID);
			}
		}
	else
		{
		window.open('http://www.myanmartourex.com/travel_myanmar_bookings/travel_myanmar_hotel_and_flight_reservation.php');
		}
}
*/

//not use holidaysmekong.com

function HtlBooking()
{

		window.open('/travel_myanmar_bookings/travel_myanmar_hotel_and_flight_reservation.php');
}

