  
function bogen(popup) {

if ((typeof(seite) != "undefined") && (seite != false)) {
	urlpopup = popup + ".php";
	(window.navigator.appName.indexOf("Netscape") != -1) ? fenneu = open(urlpopup,popup,"height=340,width=330,scrollbars=no ,resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,screenx=80,screeny=160") : fenneu = open(urlpopup,popup,"height=340,width=330,scrollbars=no,resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,left=80,top=160");
  	}
	else parent.mitte.location.href="dezug_start.php";
  }

