function toURL(strURL){
	window.location.href = strURL;
}

function teztourHotelInfo(strUrl){
	newWin = window.open(strUrl, 'Hotel Info', 'location,width=570,height=700,top=0,scrollbars=1'); 
	newWin.focus();
}
