

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();
}

<!--
Mitarbeiter = null;

document.onmousemove = updateMitarbeiter;

function updateMitarbeiter(e) {
	x = (document.all) ? window.event.x + document.body.scrollLeft : e.pageX;
	y = (document.all) ? window.event.y + document.body.scrollTop  : e.pageY;
	if (Mitarbeiter != null) {
		Mitarbeiter.style.left = (x - 56) + "px";
		Mitarbeiter.style.top 	= (y + 20) + "px";
	}
}

function showMitarbeiter(id) {
	Mitarbeiter = document.getElementById(id);
	Mitarbeiter.style.display = "block"
}

function hideMitarbeiter() {
	Mitarbeiter.style.display = "none";
}
//-->

<!--
wmtt = null;

document.onmousemove = updateWMTT;

function updateWMTT(e) {
	x = (document.all) ? window.event.x + document.body.scrollLeft : e.pageX;
	y = (document.all) ? window.event.y + document.body.scrollTop  : e.pageY;
	if (wmtt != null) {
		wmtt.style.left = (x + 10) + "px";
		wmtt.style.top 	= (y - 55) + "px";
	}
}

function showWMTT(id) {
	wmtt = document.getElementById(id);
	wmtt.style.display = "block"
}

function hideWMTT() {
	wmtt.style.display = "none";
}
//-->
  <!--
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.gif";

imgsrc[3] = "admin/images/button_on_top.gif";

if (getAppVersion()) {

        img = new Array();

        for (i = 0; i < imgsrc.length; i++) {

                img[i] = new Image();

                img[i].src = imgsrc[i];

        }

}

//-->
