function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function OpenWindow(URL) {
    width = screen.width;
    height = screen.height;
    MM_openBrWindow(URL,'','scrollbars=yes,width='+width+',height='+height+'');
}