/* Copyright 2008 Simply Extras Ltd */
var g_hotels_map;function g_hotels_hotel_init(){g_hotels_hotel=new HotelsHotel()}function HotelsHotel(){var c=this;var a=false;c.show_map=function(d){var e="/hotels/pophotel.php?id="+d;document.getElementById("gframe").src=e;document.getElementById("gcontainer").style.display=""};c.hide_map=function(){document.getElementById("gcontainer").style.display="none"};c.load_photos=function(d){if(a){return}a=true;var e=new GOSAjax("/hotels/ajax.php");e.call("get_hotel_photos",[d],b)};function b(d,e,h){var i="";if(e==-1){i="Sorry, the request to fetch the photos has timed out."}if(e==0){i="Sorry, there was an error fetching the photos."}if(i==""){var j=d.split("|");for(var g=0;g<j.length;++g){var f=j[g].split(";");document.getElementById("photo_"+f[0]).src=f[1]}}GOSAjax.done(i)}};