function ShowHide(id, visibility) {
    obj = document.getElementsByTagName("div");
    obj[id].style.visibility = visibility;
}

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);

function changeDoc(URL1,URL2)
{
	if(URL1 != "") {  parent.frames.leftFrame.location.href=URL1; }
  parent.frames.mainFrame.location.href=URL2;
}

function openphoto_bodystain(datei) {	
	 window.open(datei,"FEHE", "width=620,height=620,left=320,top=50,menubar=no,toolbar=no,scrollbars=no"); 
 }
 
 function openFile(id) {	
     var datei = "index.php?id=" + id;
	 window.open(datei,"FEHE", "width=620,height=620,left=320,top=50,menubar=no,toolbar=no,scrollbars=yes"); 
 }
 
 function openImpressum() {	
	window.open("index.php?id=63","Impressum","width=420,height=550");
}
 function openradioshow(nummer,headline) {	
    var datei = "http://www.fehe.org/temp/awilliams/vol" + nummer + ".html";
	window.open(datei,headline,"width=210,height=90,menubar=no,toolbar=no,scrollbars=no"); }
	
function openMorche() {	
	window.open("/fileadmin/morche_kommentar/entry.php","morche","width=500,height=400,menubar=no,toolbar=no,scrollbars=yes");
}

function openComment() { window.open("http://www.leonhardikulturprojekte.org/index.php?id=586","Leonhardi Kulturprojekte","width=500,height=600,menubar=no,toolbar=no,scrollbars=yes");}