function disp(url){ 

window.open(url, "window_name", "width=780,height=600,scrollbars=yes"); 

} 

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

