function PrintWindow(theURL) { 
prints=window.open(theURL,"prints","width=800,height=600,top=1,left=1,resizable=yes,scrollbars=yes,menubar=yes");
prints.focus();
};
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
};
function Fensteroeffner(theURL,features) { //v2.0
  dlopen=window.open(theURL,"dlopen",features);
  dlopen.focus();
};