function gotoStat(f)
{ document.location.href = f.statlist.options[f.statlist.selectedIndex].value; }

function gotoURL1(f)
{ document.location.href = f.S1.options[f.S1.selectedIndex].value; }

function gotoURL2(f)
{ document.location.href = f.S2.options[f.S2.selectedIndex].value; }

function gotoURL3(f)
{ document.location.href = f.S3.options[f.S3.selectedIndex].value; }

function gotoURL4(f)
{ document.location.href = f.S4.options[f.S4.selectedIndex].value; }

function NeuFenster (w)
{ MeinFenster = window.open(w, "Erlaeuterungen", "width=300,height=180,dependent=yes,left=250,top=250");
	MeinFenster.focus();}

function NeuFensterKomp (w)
{ MeinFenster = window.open(w, "Erlaeuterungen", "width=300,height=350,dependent=yes,left=200,top=250");
	MeinFenster.focus();}
