<!-- // Formularfeld-Design

if(document.all)
{
document.write('<style type="text/css">');
document.write('.borderless input, textarea , select {border:1px solid #888888}');
document.write('</style>');
}
// -->

<!-- // MenuBuilder 4.0

function load1(form) {
     var url = form.Llist_1.options[form.Llist_1.selectedIndex].value;
     if (url != '') location.href = url;
     return false;
}
// -->

<!-- // PopUp Fenster
function fenster(h,w,s,mypage)
{
var win = null;
myname="Card";
scrolling=s;
LeftPosition=(screen.width) ? (screen.width-w)/2 : 0;
TopPosition=(screen.height) ? (screen.height-h)/2 : 0;
settings='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scrolling+',resizable=no';
win=window.open(mypage,myname,settings);
}
// -->

<!-- // PopUp Fenster
function fenster2(h,w,s,r,mypage)
{
var win = null;
myname="Card";
scrolling=s;
groesse=r;
LeftPosition=(screen.width) ? (screen.width-w)/2 : 0;
TopPosition=(screen.height) ? (screen.height-h)/2 : 0;
settings='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scrolling+',resizable='+groesse;
win=window.open(mypage,myname,settings);
}
// -->

<!-- // Bestaetigungsabfrage -->
function wirklich()
{
var a;
a=confirm("Wollen Sie diese Aktion wirklich durchführen ?");
if (a!=true)
{return false;}
else
{
return true;
}}
// -->

<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->