<!--
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 over(inti) {
	if(ie){
  		document.all[inti].style.color="#336633";
	}
	else if(ns6){
  		document.getElementById(inti).style.color="#336633";
	}
	else if(ns4){
  		return;
	}
}
function out(inti) {
	if(ie){
  		document.all[inti].style.color="#333333";
	}
	else if(ns6){
  		document.getElementById(inti).style.color="#333333";
	}
	else if(ns4){
  		return;
	}
}
function outblau(inti) {
	if(ie){
  		document.all[inti].style.color="#000066";
	}
	else if(ns6){
  		document.getElementById(inti).style.color="#000066";
	}
	else if(ns4){
  		return;
	}
}
function thatover(){
  parent.content.thisover();
}
function thatout(){
  parent.content.thisout();
}
function thatclick(){
  parent.content.thisclick();
}
function thatclickSeitenanfang(){
  parent.content.thisclickSeitenanfang();
}
function launchwin(URLdatei){
   wd = 400;
   ht = 595;
   //var linkki = 0;
   var para = '';
   para += 'width='+wd+',height='+ht;
   para += ',status=0,menubar=0,scrollbars=1';
   para += ',resizable=1,toolbar=0,location=0';
   para += ',directories=0';
   para += ', left=10';
   para += ', top=10';
   linkki=window.open(URLdatei,'linkki',para);
   window.linkki.focus();
}
// function -> online-eingabe
function openshow(URL) {
	launchwin(URL);
	return;
	wsi = window.open(URL,"wsi","menubar=no,status=no,toolbar=no");
	window.wsi.focus();
}
function opensave(URL) {
	wsi = window.open(URL,"wsi","menubar=no,status=no,toolbar=no");
	window.wsi.focus();
}
function askdelete(URL,titlew) {
	if ( confirm("Wollen sie den Eintrag mit dem Titel\n"+titlew+"\nlöschen ?") == true ) 
	{
		location.replace(URL);
	}
}
//function ebenenBreite(inti){
// wird in div gesetzt
//  if(ns4){
// %-angaben werden vom ns4 nicht akzeptiert
//    document.layers[inti].document.width="100%";
//    alert(document.layers[inti].document.width);
//  }
//  if(ie){
//    document.all[inti].style.width="98%";
//    alert(document.all[inti].style.width);
//  }
//  if(ns6 && !ie){
//    document.getElementById(inti).style.width="95%";
//    alert(document.getElementById(inti).style.width);
//  }
//}
// menusteuerung von außen
function goStart(){ 
   top.menu.setStart();
}
function goSeminare(){ 
   top.menu.setSeminare();
}
function goInformation(){ 
   top.menu.setInformation();
}
function goLiteratur(){ 
   top.menu.setLiteratur();
}
function goJobs(){ 
   top.menu.setJobs();
}
function goGeselliges(){ 
   top.menu.setGeselliges();
}
//-->


