
var zommi = null;

function MmM_openBrWindow(theURL,winName,features) 
{ 
  zommi=window.open(theURL,winName,features);
  zommi.focus();
}


function do_btn_norm(id, farbe)
{
    document.getElementById("navbtn"+id).style.backgroundColor = farbe;
}


function gotolinks(tourl)
{
 window.location.href=tourl;
}


function closewin()
{
   if(window.piczoom)alert("ssss");
}

				 
function openPicZoomWindow(bild,hoehe,breite,name)
{
   MmM_openBrWindow(bild,"piczoom",'height='+hoehe+',width='+breite+',status=yes,toolbar=no,menubar=no,location=no');   
}
				 

