//show map
function showMap(hotelID) {
	wnd = window.open("/Common/Maps/Map.asp?HotelID=" + hotelID, null, "alwaysRaised=1,height=545,width=525,directories=0,locaton=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0")
	wnd.focus()
}

//show map
function showMapDHR(hotelID) {
	wnd = window.open("/Common/Maps/MapDHR.asp?HotelID=" + hotelID, null, "alwaysRaised=1,height=545,width=525,directories=0,locaton=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0")
	wnd.focus()
}
