
/* - hittisau.js - */
// http://www.hittisau.at/portal_javascripts/hittisau.js?original=1
function mapPopup(mapurl,title){var myWindow=window.open(mapurl,title,"width=800,height=600,scrollbars=yes,resizable=yes");myWindow.focus()}
function tiscoverPopup(mapurl,title){var myWindow=window.open(mapurl,title,"width=1010,height=600,scrollbars=yes");myWindow.focus()}
function fixSubNavigation(){var thirdLevel=document.getElementById('thirdLevelActive');if(thirdLevel){var secondLevel=document.getElementById('secondLevelActive');var leftCol=document.getElementById('leftCol');var secondLevelHeight=secondLevel.offsetHeight;var thirdLevelHeight=thirdLevel.offsetHeight;leftCol.style.height=((secondLevelHeight+thirdLevelHeight)-20)+'px'}}

