  var popheight=580;
  var popwidth=740;

  function openAWindow(pageToLoad, winName, center) {
  xposition=0; yposition=0;
  if ((parseInt(navigator.appVersion) >= 4 ) && (center)){
  xposition = (screen.width - popwidth) / 2;
  if (xposition < 280) xposition = 280;
  yposition = (screen.height - popheight) / 2;
  }
  args = "width=" + popwidth + ","
    + "location=0,"
    + "menubar=0,"
    + "resizable=0,"
    + "status=0,"
    + "titlebar=0,"
    + "toolbar=0,"
    + "scrollbars=yes,"
    + "height=" + popheight + ","
    + "screenx=" + xposition + ","  //NN
    + "screeny=" + yposition + ","  //NN
    + "left=" + xposition + ","    //IE
    + "top=" + yposition;          //IE
  var popwin=window.open(pageToLoad,winName,args);
  popwin.focus();
 }

function ll(formobj, e, size){
	returnvalue=true;
	if (!e.which && formobj.value.length>=size+1) {
	formobj.value = formobj.value.substring(0, size);
	returnvalue=false;
	} else if (e.which && e.which!=8 && formobj.value.length>=size+1) {
	formobj.value = formobj.value.substring(0, size);
	returnvalue=false;
	}
	return returnvalue;
}
function popUp(URL){
page = window.open(URL, 'showtree', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=400,left = 200,top = 120');
if (!page.opener) page.opener=self;
}
function hide()
{if (document.all) {	document.all.help.style.visibility='hidden';}
if (document.getElementById) {document.getElementById('help').style.visibility='hidden';}timer=null;}timer=setInterval('hide()',8000);

function writeLayer(layerID,txt)
{ if(document.getElementById){ document.getElementById(layerID).innerHTML=txt; }
else if(document.all){ document.all[layerID].innerHTML=txt; }
else if(document.layers){ with(document.layers[layerID].document){ open(); write(txt); close(); } } }

function doPost(command, txt) {	document.title=txt; document.editform.bv.disabled=true; document.editform.bs.disabled=true; document.editform.cmd.value=command; document.editform.submit();  }var ol_width = "160";


document.write('\<div id=\"help\" class=\"divstyle\"\>\<table width=\"136px\" border=\"0\"\>\<tr\>\<td class=\"tip\"\>Bitte die Annahme\</td\>\<td align=\"right\"\>\<input class=\"tipbutton\" style=\"{ }\" type=\"button\" value=\"X\" name=\"X\" onclick=\"hide();\"\>\</td\>\</tr\>\<tr\>\<td colspan=\"2\" class=\"tip\"\>von \<a href=\"#\" onClick=\"openAWindow(\'hilfen/cookies_aktivieren.htm\');return false\" class=\"tip\"\>Cookies\</a\>&nbsp;aktivieren<br>und keine Downloadbeschleuniger verwenden&nbsp;!\</td\>\</tr\>\</table\>\</div\><div id=\"tooltip\" style=\"position:absolute;visibility:hidden;\"\>\</div\>');
