function tmt_print() {
window.print () 
}


function neuesfenster(breite,hoehe)
        {
          mypopup=window.open("","popup","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=" + breite + ",height=" + hoehe);
          mypopup.focus();
        }


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


