// JavaScript Document

function window_philo(){ 
window.open("philo.htm", "philo", "width=675,height=520,scrollbars=yes"); 
}


function window_form(){
window.open("contact/newform.html", "form", "width=800,height=950,scrollbars=yes,resizable=yes");
}

function window_map(){
window.open("../map.htm","map","scrollbars=yes,resizable=yes,width=750,height=450");
}

function window_salida(){
window.open("salida_kakudai.html","media","scrollbars=yes,resizable=yes,width=750,height=750");
}

function window_pr(){
window.open("shiraki.html","pr","scrollbars=yes,resizable=yes,width=600,height=600");
}

function window_infru(){
window.open("infru.html","infru","scrollbars=yes,resizable=yes,width=400,height=400");
}