function openWin(theURL,winName)
{
 features = "width=700,height=700,screenX=0,screenY=10,status=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes"
 Fenster = window.open(theURL,winName,features);
 Fenster.focus(theURL,winName,features);
}
function openWin2(theURL,winName)
{
 features = "width=500,height=400,screenX=0,screenY=0,status=no,menubar=no,toolbar=no,scrollbars=yes,resizable=no"
 Fenster = window.open(theURL,winName,features);
 Fenster.focus(theURL,winName,features);
}
function openDia(theURL,winName)
{
 features = "width=700,height=200,screenX=0,screenY=0,status=no,menubar=no,toolbar=no,scrollbars=yes,resizable=no"
 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 los()
{
 document.suchen.submit();
}
