//-----global
function disp(url){ 
window.open(url, "global", "width=650,height=900,left=10,top=10,scrollbars=yes,menubar=yes"); 
}
