function goToSeite(ziel ){window.location.href=ziel;return false;}function autoInsertTargets(){for(var i=0;i<document.links.length;++i )if(document.links [ i ] .hostname !=window.location.hostname )document.links [ i ] .target="_blank";return;}function focusOnHotelliste(){document.getElementById('hotelliste' ).focus();document.getElementById('hotelliste' ).blur();return;}function show(id ){var Fields=new Array('hotel','konferenz','zimmer','restaurant','topica','topicb','freizeit','outdoor','anfahrt' );for(var el in Fields ){if(Fields [ el ]==id ){document.getElementById(id ).style.height="auto";document.getElementById(id ).style.display="block";}else{document.getElementById(Fields [ el ] ).style.height="0";document.getElementById(Fields [ el ] ).style.display="none";}}return false;}function showTable(id ){var Fields=new Array('plz','bundesland' );for(var el in Fields ){if(Fields [ el ]==id ){document.getElementById(id ).style.height="auto";document.getElementById(id ).style.display="block";}else{document.getElementById(Fields [ el ] ).style.height="0";document.getElementById(Fields [ el ] ).style.display="none";}}focusOnHotelliste();return false;}function bildwechsel(file,id ){document.getElementById(id).src=file;return false;}function setStar(x,y ){x=Math.round((x - 5.5 ) * 50 );y=Math.round((55.1 - y ) * 75 );x -=16;y -=16;document.getElementById('stern' ).style.top=y+'px';document.getElementById('stern' ).style.left=x+'px';document.getElementById('stern' ).style.display="inline";}function hideStar(){document.getElementById('stern' ).style.display="none";}function showMonat(){document.getElementById('hm3' ).style.display="block";document.getElementById('hm4' ).style.display="block";document.getElementById('hm5' ).style.display="block";document.getElementById('hm6' ).style.display="block";document.getElementById('link-hm-links' ).style.display="none";document.getElementById('link-hm-rechts' ).style.display="none";return false;}function hideMonat(seite ){if(seite=='rechts' ){document.getElementById('hm4' ).style.display="none";document.getElementById('hm6' ).style.display="none";return false;}document.getElementById('hm3' ).style.display="none";document.getElementById('hm5' ).style.display="none";return false;}