// new Window open
function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL,'newWin','scrollbars=yes,width=700,height=600,resizable=yes');
}