// JavaScript Document

function goUrl(){
	var data = document.getElementById('resort').value;
	
	if (data == 'kovalam')
	{
		window.location.href = 'http://in-bookings.intechhs.com/BookingTool/MyWebsite/HomePage.aspx?ShortName=ceeyems';
	}
	else if(data == 'cherai')
	{
		window.location.href = "http://in-bookings.intechhs.com/BookingTool/MyWebsite/HomePage.aspx?ShortName=cherai";

	}
	else if(data == 'kochi')
	{
		window.location.href ='http://in-bookings.intechhs.com/BookingTool/MyWebsite/HomePage.aspx?ShortName=ceeyamclub';
	}

}
