/* =========================================================================

JavaScript Source File -- Created with SAPIEN Technologies PrimalSCRIPT (TM)

NAME: <biber>

AUTHOR: Packeisen , Biberzahn
DATE  : 31.08.2002

COMMENT: <comment>

============================================================================ */

function klick() {
if (event.button==2)
 {
alert('Sorry, Copyright by Biberzahn!')
}

}
document.onmousedown=klick


function zeige(id)
{
	if((typeof(document.getElementById) != "function") && (typeof(document.getElementById) != "object"))
	{
		alert("Bitte einen moderneren Browser nutzen.")
		return
	}
	var	el	= document.getElementById(id)
	el.style.display	= ((el.style.display == "") || (el.style.display == "none")) ? "block" : "none"
}

	var newWindow
		function FensterNeu(url) {
		newWindow=open(url,'fotofenster','width=760,height=500,left=100,top=100',"resizeable=no")
}		

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->



