
var scrollphotosinprog=0;function scrollphotos(object,dir){if(scrollphotosinprog==1){return;}
if(dir=="left"){if(parseInt($('containerdiv').style.left)==-414)
{$('hophoarrl').style.display='none';}
if(parseInt($('containerdiv').style.left)<0)
{$('hophoarrr').style.display='block';scrollphotosinprog=1;new Effect.Move(object,{x:414,duration:0.3,afterFinish:function(){scrollphotosinprog=0}});}}else{if(((parseInt($('containerdiv').style.left)-828)*-1)>(parseInt($(object).style.width)-40))
{$('hophoarrr').style.display='none';}
if(((parseInt($('containerdiv').style.left)-414)*-1)<(parseInt($(object).style.width)-40))
{$('hophoarrl').style.display='block';scrollphotosinprog=1
new Effect.Move(object,{x:-414,duration:0.3,afterFinish:function(){scrollphotosinprog=0}});}}
if($('hophoarrl').style.display!='none'&&$('hophoarrr').style.display!='none'){$('wrapperdiv').style.width="412px";}else{if(isexplodersix){$('wrapperdiv').style.width="412px";}else{$('wrapperdiv').style.width="426px";}}}
function showNav2(section){var navsec=new Array();navsec[0]='rev';navsec[1]='desc';navsec[2]='video';navsec[3]='photo';navsec[4]='map';navsec[5]='rate';for(a=0;a<navsec.length;a++){try{if($(navsec[a]).style.display!='none')switchfrom=navsec[a];$(navsec[a]+'nav').removeClassName('on');}catch(e){}}
$(section+'nav').addClassName('on');if(switchfrom=='map'){$('hotelmap').style.display='none';}
if(switchfrom=='rate')
{if($('details-enter-rates-below')){if($('details-best-rate').getStyle('display')=='none')
{$('details-avg-best-rate').style.display='block';$('details-enter-rates-below').style.display='none';}}}
$(switchfrom).style.display='none';if(switchfrom=='video'){$('hotelvideo').style.zIndex=-1;$('hotelvideo').style.visibility='hidden';}
$(section).style.display='block';if(section=='video'){$('hotelvideo').style.display='block';$('hotelvideo').style.zIndex=2;$('hotelvideo').style.visibility='visible';}
if(section=='rate')
{if($('details-enter-rates-below')){if($('details-best-rate').getStyle('display')=='none')
{$('details-avg-best-rate').style.display='none';$('details-enter-rates-below').style.display='block';}}}}
function setMainHotIm(url,caption){$('hotelimagediv').innerHTML='<img id="hotelmainim" src="'+url+'" />';$('hotelmainimalt').innerHTML=caption;}