// JavaScript Document

function disp(url){ 
window.open(url, "window_new", "width=650,height=500,scrollbars=yes,resizable=yes"); }
function disp02(url){ 
window.open(url, "window_new02", "width=850,height=500,scrollbars=yes,resizable=yes"); }
