// Javascript für DORINT Lehrplan-DB LP

function Show(str)
	{
	w=window.open("/cgi-bin/dorint.exe?V=--liste2&N1=Land&W1=nix&Vn="+str+"&D=LP", "NEU", "toolbar=0,status=0,width=500,height=400,scrollbars,menubar,resizable");
	w.focus();
	}

function info(url)
	{
	w=window.open(url,"INFO", "toolbar=0,status=0,width=500,height=400,scrollbars=yes,menubar=no,resizable=yes");
	w.focus();
	}

function selSA(q)
	{
	top.frames[0].document.Auswahl.W2.value=q[q.selectedIndex].text;
	}

function selFA(q)
	{
	top.frames[0].document.Auswahl.W3.value=q[q.selectedIndex].text;
	}

function neueSuche()
	{
 	top.frames[1].document.Vorschlag.Schulart.selectedIndex=0;
	top.frames[1].document.Vorschlag.Fach.selectedIndex=0;
	}