<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openWindow(url){
window.open(url,'win','scrollbars=yes,resizable=yes,width=660,height=615');
}

function openMapnikkeiinfo(url){
window.open(url,'win','scrollbars=yes,resizable=yes,width=540,height=650');
}

function openMap(url){
window.open(url,'win','scrollbars=yes,resizable=yes,width=660,height=615');
}

function openMapindex(url){
window.open(url,'win','scrollbars=yes,resizable=yes,width=880,height=760');
}

function openInfluenza(url){
window.open(url,'win','scrollbars=yes,resizable=yes,width=850,height=230');
}

function WinOpen(url,target,w,h){
var win = window.open(url,target,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width="+w+",height="+h);
}


<!--  mailto用  -->

function mail(i_1,i_2)
{eval(String.fromCharCode(108,111,99,97,116,105,111,110,46,104,114,101,102,32,61,32,39,109,97,105,108,116,111,58) + i_1 + String.fromCharCode(60,107,101,110,115,121,117,64,110,101,120,46,110,105,107,107,101,105,46,99,111,46,106,112,62,63,115,117,98,106,101,99,116,61) +  i_2 + "'");}
document.write("<a href=JavaScript:mail_to('','')></a>");





-->
