// JavaScript Document

function disp(url,winname){ 

window.open(url, winname, "width=350,height=290,scrollbars=yes"); 

} 
