function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,'top=0,left=0,resizable=yes,width='+(screen.width-12)+',height='+(screen.height-65));
}
