// JavaScript Document
function disp(url){
window.open(url, "cm", "width=720,height=520,resizable=no,scrollbars=no");
}

