// erstellt von Gerhard Nesvadba, nessy EDV Dienstleistungen, Wien-Landstrasse
// (c) 2006 -- Email office@nessy-edv.com -- Internet http://www.nessy-edv.com

function showKarteAlpin(param) {
  open('/huettenHome/wLayout/structure/showKarteAlpin.php?'+param,'map','width=300,height=150,left=100,top=50,scrollbars=no,resizable=no');
}

function showKarteAnreise(param) {
  open('/huettenHome/wLayout/structure/showKarteAnreise.php?'+param,'map','width=300,height=150,left=100,top=50,scrollbars=no,resizable=no');
}

function showBild(param) {
  open('/huettenHome/wLayout/structure/showBild.php?'+param,'map','width=300,height=150,left=100,top=50,scrollbars=no,resizable=no');
}

var PopupHutImg=null;
var PopupHutOn=0;
function openHutImg(url){
   if(!PopupHutOn)
   {
      PopupHutOn=1;
      PopupHutImg=window.open("/huettenHome/HutImg.php?img="+url, "popupHut", "scrollbars=no,resizable=no,menubar=no,location=no,status=no,left=350,width=380,height=247");
   }
}
function closeHutImg(){
   if(PopupHutImg)
   {
	PopupHutImg.close();
	PopupHutImg=null;
        PopupHutOn=0;
   }
}
