function MM_openBrWindow(theURL,winName,features) { //v2.0
  var new_win = window.open(theURL,winName,features);
  new_win.focus();
}

function openWindow() {window.open("","win001",'width=1010,height=690');} 