// JavaScript Document

 function notice(temp,temp2) {
    window.open("/html/notice.html?date="+temp+"&db="+temp2,"","width=640,height=600,scrollbars=yes");
 }
 function info(temp,temp2) {
    window.open("/html/information.html?date="+temp+"&db="+temp2,"","width=640,height=600,scrollbars=yes");
 }




