function MM_openBrWindow(theURL,winName,features) { file://v2.0
  window.open(theURL,winName,features);
}

function Launch(page) { 
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=512,height=406"); 
}