// JavaScript Document

<!--
function disp(url){
window.open(url, "window_name", "width=570,height=690,scrollbars=yes");
}

function disp2(url){
window.open(url, "window_name", "width=570,height=690,scrollbars=yes");
}


// -->

