function tmt_print() {
window.print () 
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openWindow() {
var ziel = window.open("","ziel","width=600,height=450,screenX=50,screenY=20,toolbar=yes,scrollbars=yes,resizable=yes");
ziel.focus();
return true;
}
