// JavaScript Document


function disp1(url){

window.open(url, "new", "width=600,height=350,scrollbars=no");

}


