function v7_1(n, d) { 
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=v7_1(n,d.layers[i].document); return x;
}
function v7_2() { 
  var i,j=0,x,a=v7_2.arguments; document.V7_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=v7_1(a[i]))!=null){document.V7_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function v7_3() { 
  var i,x,a=document.V7_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function v7_4() { 
 var d=document; if(d.images){ if(!d.V7_p) d.V7_p=new Array();
   var i,j=d.V7_p.length,a=v7_4.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.V7_p[j]=new Image; d.V7_p[j++].src=a[i];}}
}

function popupzoom(url,name,options)
{
  var fenster = window.open(url,name, 'resizable=yes,scrollbars=yes,width=550,height=396');
  var hoehe = screen.availHeight;
  var breite = screen.availWidth;
  fenster.moveTo(Math.round((breite-550)/2),Math.round((hoehe-396)/2));
  fenster.focus();
}

function popupref(url,name,options)
{
  var fenster = window.open(url,name, 'resizable=no,scrollbars=no,width=400,height=266');
  var hoehe = screen.availHeight;
  var breite = screen.availWidth;
  fenster.moveTo(Math.round((breite-400)/2),Math.round((hoehe-266)/2));
  fenster.focus();
}

function formularperlinkverschicken() {
document.formular.submit();
return true;
}

