<!--
//Rechte Maustaste unter MS blockieren!
if(document.all)
{
function click(){ if (event.button==2)
alert('Funktion außer Funktion!');
}document.onmousedown=click
}

function check()
{
if(navigator.appName == "Netscape")
{
alert("Die folgenden Seiten sind für Netscape nicht optimiert!");
}
}

function foto()
{
 var weite = 850;
 var hoehe = 550;
 win2=window.open("http://www.spz-hochmoor.de/mannschaft/2003/index.htm", "dia_show", "width=" + weite +" ,height=" + hoehe);
 win2.focus();
 }

function fo2to()
{
 var weite = 850;
 var hoehe = 550;
 win2=window.open("http://www.spz-hochmoor.de/mannschaft/2003/index.htm", "dia_show", "width=" + weite +" ,height=" + hoehe);
 win2.focus();
 if(navigator.appName == "Netscape")
 {
 win2.moveTo(((screen.availWidth-weite)/2),((screen.availHeight-hoehe-100)/2));
}
}

function frame()
{
if (top.location == self.location)
{
if (window.location.hostname=="localhost")
{
dom = window.location.hostname+"/spz";
}
else
{
dom = window.location.hostname;
}
wert="http://"+dom+"/index.php?seite="+window.location.hostname+window.location.pathname;
window.top.location.href=wert;
}


}


//-->



