// JavaScript Document


function output()
        {
        var newwin = window.open('print.htm','Druckansicht','scrollbars=yes,width=781,height=560');
             newwin.erzeuger = self;
        }


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


// Popup

function popup (url) {
 fenster = window.open(url, "Popupfenster", "width=400,height=262,resizable=yes");
 fenster.focus();
 return true;
}

function popup2 (url) {
 fenster = window.open(url, "Popupfenster", "width=727,height=520,resizable=yes");
 fenster.focus();
 return true;
}
