function disp(url,x,y){ 
window.open(url, "window_name", "width=" + x + ",height=" + y + ",scrollbars=yes,resizable=yes,left=0,top=0"); 
}
