<!--
function contentopen(url,contentname,width,height,scrollbars,resizable){
  var contentpopup = contentname;

  if (window[contentpopup])
  	if(! window[contentpopup].closed) window[contentpopup].close();
  
  window[contentpopup] = window.open(url,contentpopup,"width="+width+",height="+height+",scrollbars="+scrollbars+",resizable="+resizable);
  window[contentpopup].focus();
}
function wopen(url,wname,width,height,scrollbars,resizable){
  var popup = wname;

  if (window[popup])
  	if(! window[popup].closed) window[popup].close();
  
  window[popup] = window.open(url,popup,"width="+width+",height="+height+",scrollbars="+scrollbars+",resizable="+resizable);
  window[popup].focus();
}
function wopen2(url,wname,width,height,scrollbars,resizable){
  var popup2 = wname;

  if (window[popup2])
  	if(! window[popup2].closed) window[popup2].close();
  
  window[popup2] = window.open(url,popup2,"width="+width+",height="+height+",scrollbars="+scrollbars+",resizable="+resizable);
  window[popup2].focus();
}
//-->

<!--

//-->
  <!--
function duo(URL1,F1,URL2,F2)
   {  
    parent.frames[F1].location.href=URL1;
    parent.frames[F2].location.href=URL2;
   }
  //-->
   <!--
  
  function getAppVersion() {

        appstr = navigator.userAgent;

        if( (appstr.substring(0, 11) >= "Mozilla/3.0") )

                return 1;

	  return 0;

}

function swtch(num, imgname) {

        if (getAppVersion())

                imgname.src = img[num].src;

}

imgsrc = new Array();

imgsrc[0] = "admin/images/button_drucken_aus.gif";

imgsrc[1] = "admin/images/button_drucken_ein.gif";

imgsrc[2] = "admin/images/button_on_top_arrow.gif";

imgsrc[3] = "admin/images/button_on_top_arrow_grau.gif";

if (getAppVersion()) {

        img = new Array();

        for (i = 0; i < imgsrc.length; i++) {

                img[i] = new Image();

                img[i].src = imgsrc[i];

        }

}

//-->

