
	function showCurrency() {
		window.open('http://www.oanda.com/convert/classic?user=bhprop', '', 'resizable,scrollbars,width=700,height=450')
	}
	
	function doQuote(hotelCode) {
		window.open('../transactions/user-booking.php?hotel='+hotelCode, '', 'resizable,scrollbars,width=700,height=600')
	}
	
	function showLarge(largePic, hotel, area, province, code) {
		window.open('large-hotel-pictures.php?img='+largePic+'&hotel='+hotel+'&area=' 	+area+'&province='+province+'&code='+code, '', 'resizable,scrollbars=no,width=540,height=462')
	}
	
	function showMap() {
		window.open('map-whale-route.php', '', 'resizable,scrollbars=no,width=523,height=490')
	}