function disp(url) {
    window.open(url, 'window_new','scrollbars=yes,toolbar=no,width=600,height=330,left=150,top=100');
}
