// JavaScript Document

function newdisp(url){ 

window.open(url, "new_window", "width=420,height=650,scrollbars=yes"); 

} 