function disp1(url){ 
window.open(url, "window1", "width=980,height=900,scrollbars=yes,resizable=yes"); 
}

function disp2(){ 
window.open("../../mark/mark.html", "window2", "width=550,height=500,scrollbars=yes,resizable=yes"); 
}

function disp3(){ 
window.open("../toimail/index.html", "window3", "width=620,height=900,scrollbars=yes,resizable=yes"); 
}

function disp4(){ 
window.open("../toitel.html", "window4", "width=400,height=450,scrollbars=yes,resizable=yes"); 
}

function disp5(){ 
window.open("../soryoa.html", "window5", "width=340,height=550,scrollbars=yes,resizable=yes"); 
}

function disp6(){ 
window.open("../soryob.html", "window6", "width=340,height=550,scrollbars=yes,resizable=yes"); 
}

