update = new Date(document.lastModified)
theMonth = update.getMonth() + 1
theDate = update.getDate()
theYear = update.getYear()
if (navigator.appName == "Netscape") {
   theYear = theYear + 1900
}
document.writeln("<B>(最終更新日：" + theYear + "年" + theMonth + "月" + theDate + "日 )</B>")
document.write('<script language="JavaScript" src="http://www.can-chan.com/js/houmonkaiseki.js"></script>');

document.write("<SELECT class='size' onChange='document.body.style.zoom=this.options[this.selectedIndex].value'>");
document.write("<OPTION value='' selected>表示印刷サイズ</option>");
document.write("<OPTION value='60%'>60%</option>");
document.write("<OPTION value='80%'>80%</option>");
document.write("<OPTION value='90%'>90%</option>");
document.write("<OPTION value='100%'>100%</option>");
document.write("<OPTION value='110%'>110%</option>");
document.write("<OPTION value='125%'>125%</option>");
document.write("<OPTION value='150%'>150%</option>");
document.write("<OPTION value='200%'>200%</option>");
document.write("<OPTION value='300%'>300%</option>");
document.write("</SELECT>");

