function MM_openBrWindow(theURL,w,h) { //v2.0
  window.open(theURL,"sub_w","scrollbars=no,menubar=no,width=" + w + ",height=" + h);
}