var Zeit;
window.onerror=null;
function blaettern(x,y)
{
parent.MNav.location.href = x;
window.location.href = y;
}
function Go(x)
   	{
str = new String(x); // value of selection
strarray = str.split(/\,/); // splits value on a comma
document.forms[0].reset();
document.forms[0].elements[0].blur(); // reset pulldown menu

if (strarray[1] == "top") // loads in top
    top.location.href = strarray[0];
else if (strarray[1] == "left") // load in navigation frame
    top.MNav.location.href = strarray[0];  
else if (strarray[1] == "right") // load in main frame
    top.main.location.href = strarray[0]; 
else // load in self frame
    window.location.href = strarray[0];
}
     	  	
		

function Go1(x)
   	{
     	if ( top.frames.length == 0 || document.siehe.Auswahl.selectedIndex == 1 || document.siehe.Auswahl.selectedIndex == 2) 
   		{ top.location.href = x;
   		}
	else { document.forms[0].reset();
     	  document.forms[0].elements[0].blur();
		  parent.MNav.location.href = x;
		  }
	}
function ZweiFrames(x,y)
   {
   	parent.MNav.location.href = x;
	parent.main.location.href= y;
	      }
function ZweiFramesLiteratur(x,y)
   {
   	parent.MNav.location.href = x;
	parent.main.location.href= y;
        }
function Hauptfenster()
   	{
     		top.location.href=parent.main.location.href;
		return;
	}
function Hilfefenster()
   	{
	var win;
win=window.open("../Hilfe/Fenster/Inhaltsverzeichnis.htm","displayWindow","toolbar=no,scrollbars=yes,resizable=yes,width=600,height=200,dependent=no,screenx=200,screeny=200,titlebar=yes");
	window.print();
	// win.resizeTo(150,150);outerWidth=500, outerHeight=800,
	}
function Drucke(Datei)
   	{
	var win;
win=open(Datei,"Druckfenster","toolbar=no,scrollbars=yes,resizable=yes,width=50,height=50,alwaysLowered=yes,z-lock=yes,dependent=no,screenx=200,screeny=200,titlebar=yes");
	win.print();
	win.close();
	// win.resizeTo(150,150);outerWidth=500, outerHeight=800,
	}
	
function startcheck() {
checkw=window.open('startcheck.htm', 'check', 'width=450,height=220,toolbar=0,directories=0,menubar=0,status=0,resizable=0')
}	

function Selbsttest(Datei)
   	{
	var win;
	win=open(Datei,"Selbsttest","toolbar=no,scrollbars=yes,resizable=yes,width=420,height=520,alwaysLowered=yes,z-lock=yes,dependent=no,screenx=200,screeny=200,titlebar=yes");
//	win.print();
//	win.close();
	// win.resizeTo(150,150);outerWidth=500, outerHeight=800,
	}	
function Wiederholung(Datei,breite,hoehe)
   	{
	var win;
	win=open(Datei,"Wiederholung","toolbar=no, left=50, top=50, scrollbars=no,resizable=no, width=220, height=160,alwaysLowered=yes,z-lock=yes,dependent=no,titlebar=no");
//	win.moveTo(500,200);
       win.window.focus();
		}
			
function start() {
Zeit=15;
setTimeout('scad()',1000);}

function scad() 
{
Zeit--;
if(Zeit <= 0) { self.close(); } 
else 
{ setTimeout('scad()',1000); }
}