	function launchWin(hidno,hotelname,city)
		{

url = "http://www.hotels-made-simple.com/php/book.php?hidno=" + hidno + "&amp;hotelname=" + hotelname + "&amp;city=" +city;



window.open(url, 'Hotels', 'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=350');

		}

function openWindow(hotelID){
	var remote = window.open('http://reservations.hotels-made-simple.com/nexres/hotels/prop_page.cgi?src=10004868&amp;header=mybrand&amp;footer=mybrand&amp;hotels_id=' + hotelID+ '&lang=ENG&view=BASIC','_top')

remote.opener.name = "opener";
	}

function OpenGallery(hotelname,curimg,maximg,directory,imgurl,country)
		{

url = "http://www.hotels-made-simple.com/php/gallery.php?hotelname="+hotelname+"&curimg=" +curimg+ "&maximg=" +maximg+ "&dir="+directory+"&imgurl="+imgurl+"&country="+country;

window.open(url, 'Hotels', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=510,height=500');

		}
function LocationMap(hotelname,directory,imgurl,area,country)
		{

url = "http://www.hotels-made-simple.com/php/map.php?hotelname="+hotelname+"&dir="+directory+"&imgurl="+imgurl+"&area="+area+"&country="+country;

window.open(url, 'Hotels', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=550,height=450');

		}