var timerDiv;var timerClass;function actionMouseOut(){if(timerDiv){clearTimeout(timerDiv)}}function actionMouseOver(a){if(timerDiv){clearTimeout(timerDiv)}timerDiv=setTimeout("showdiv('"+a+"')",300)}function showdiv(c){var a;if(c){a=c.split(";");if(a.length>1){document.getElementById(a[0]).style.display="block";for(var b=1;b<a.length;b++){hidediv(a[b])}}}}function hidediv(a){document.getElementById(a).style.display="none"}function changeClass(a){if(timerClass){clearTimeout(timerClass)}timerClass=setTimeout("showclass('"+a+"')",300)}function showclass(c){var a;if(c){a=c.split(";");if(a.length>1){document.getElementById(a[0]).className="active";for(var b=1;b<a.length;b++){hideclass(a[b])}}}}function hideclass(b){document.getElementById(b).className=""}function actionClassOut(){if(timerClass){clearTimeout(timerClass)}}var mydate=new Date();var myyear=mydate.getYear();var mymonth=mydate.getMonth()+1;var myday=mydate.getDate();var myweekday=mydate.getDay();var year=(myyear>2000)?myyear:1900+myyear;var month=mymonth;var day=myday;var weekday;switch(myweekday){case 0:weekday="星期日";break;case 1:weekday="星期一";break;case 2:weekday="星期二";break;case 3:weekday="星期三";break;case 4:weekday="星期四";break;case 5:weekday="星期五";break;case 6:weekday="星期六";break}function displayTime(){if(!document.getElementById||!document.getElementById("time")){return false}var a=document.getElementById("time");a.innerHTML=year+" 年 "+month+" 月 "+day+" 日 "+weekday}

