// JavaScript Document


function pop10th(){
 win=window.open("anniversary/index.html","pop10th","menubar=no,scrollbars=yes,resizable=yes,width=620,height=600");
}
function popkashikiri(){
 win=window.open("kashikiri/index.html","popkashikiri","menubar=no,scrollbars=yes,resizable=yes,width=620,height=600");
}

function map(){
 win=window.open("map.html","map","menubar=no,scrollbars=yes,resizable=yes,width=640,height=600");
}

function gmap(){
 win=window.open("googlemap.html","gmap","menubar=no,scrollbars=yes,resizable=yes,width=640,height=600");
}

try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}




