function MM_openPrintWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features+',top=100,left=400,width=200,height=165');

}