<!-- 
function Popup(ziel,breite,hoehe)
{ Popup=window.open(ziel,"Popup", "status=yes,menubar=yes,scrollbars=no,toolbar=yes,resizable=yes,width=" + breite +",height="+hoehe); Popup.focus();}
function Popup1(ziel,breite,hoehe)
{ Popup1=window.open(ziel,"Popup1", "status=yes,menubar=yes,scrollbars=yes,toolbar=yes,resizable=yes,width=" + breite +",height="+hoehe); Popup1.focus();}
function Popup2(ziel,breite,hoehe)
{ Popup2=window.open(ziel,"Popup2", "status=yes,menubar=yes,scrollbars=yes,toolbar=yes,fullscreen=yes,resizable=yes,width=" + breite +",height="+hoehe); Popup2.focus();}
function PopupChannel(ziel,breite,hoehe)
{ Popup3=window.open(ziel,"Popup3", "channelmode,scrollbars"); Popup3.focus();}
function modelesswin(url,mwidth,mheight){ if (document.all&&window.print) //if ie5
{ eval('window.showModelessDialog(url,"","help:0;resizable:1;dialogWidth:'+mwidth+'px;dialogHeight:'+mheight+'px")');}
else
{ eval('window.open(url,"","width='+mwidth+'px,height='+mheight+'px,resizable=1,scrollbars=1")');}
}
//-->
