function openWin(theURL,winName)
{
 features = "width=1000,height=500,screenX=0,screenY=10,status=no,menubar=no,toolbar=no,scrollbars=no,resizable=no"
 Fenster = window.open(theURL,winName,features);
 Fenster.focus(theURL,winName,features);
}
function openWin2(theURL,winName)
{
 features = "width=850,height=720,screenX=150,screenY=150,status=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes"
 Fenster = window.open(theURL,winName,features);
 Fenster.focus(theURL,winName,features);
}
function openHilfe(theURL,winName)
{
 features = "width=450,height=250,screenX=200,screenY=180,status=no,menubar=no,toolbar=no,scrollbars=yes,resizable=no"
 Fenster = window.open(theURL,winName,features);
 Fenster.focus(theURL,winName,features);
}
function openOK(theURL,winName)
{
 features = "width=300,height=100,screenX=400,screenY=480,status=no,menubar=no,toolbar=no,scrollbars=yes,resizable=no"
 Fenster = window.open(theURL,winName,features);
 Fenster.focus(theURL,winName,features);
}
function openForm(theURL,winName)
{
 features = "width=500,height=500,screenX=200,screenY=180,status=no,menubar=no,toolbar=no,scrollbars=yes,resizable=no"
 Fenster = window.open(theURL,winName,features);
 Fenster.focus(theURL,winName,features);
}
function los()
{
 document.suchen.submit();
}
