// JavaScript Document

<!-- popup window -->
function disp(pop){
window.open("../form/index.html","","width=760,height=500,scrollbars=yes,status=yes,resizable=yes");
}
function disp2(pop){
window.open("form/index.html","","width=760,height=500,scrollbars=yes,status=yes,resizable=yes");
}
function privacy(){
window.open("privacy/index.html","","width=760,height=500,scrollbars=yes,status=yes,resizable=yes");
}
function one(){
window.open("form/index.html","","width=760,height=500,scrollbars=yes,status=yes,resizable=yes");
}