﻿function weekmenu(){
document.write ("<table width='500'  border='0' align='center'>");
document.write ("<tr class='Tahoma11ptL'>");
document.write ("<td width='13%' height='15'><div align='center' class='bgcolor2_5'>星期一</div></td>");
document.write ("<td width='13%' class='bgcolor2_5'><div align='center'><a href='week02.html'>星期二</a></div></td>");
document.write ("<td width='13%' class='bgcolor2_5'><div align='center'><a href='week03.html'>星期三</a></div></td>");
document.write ("<td width='13%' class='bgcolor2_5'><div align='center'>星期四</div></td>");
document.write ("<td width='13%' class='bgcolor2_5'><div align='center'>星期五</div></td>");
document.write ("<td width='13%' class='bgcolor2_5'><div align='center'><a href='week06.html'>星期六日</a></div></td>");
document.write ("</tr></table>");
}
function magm_enubar(){
document.write ("<span class=mag-menu>管理者功能區<img src='/images/flag.gif' width=16 height=16 align='absmiddle'>　　");
document.write ("<a href=/manager/MagNews.aspx style=color:777777>最新消息公告</a>");
document.write ("<B>　|　</B>");
document.write ("<a href=/manager/MagPhoto.aspx style=color:777777>活動剪影</a>");
document.write ("<B>　|　</B>");
document.write ("<a href=/guestbookmgr.html style=color:777777>留言版</a>");
document.write ("<B>　|　</B>");
document.write ("<a href=/manager/MagMasaakiBook.aspx style=color:777777>成長「新」心情</a>");
document.write ("<B>　|　</B>");
document.write ("<a href=/manager/MagGoods.aspx style=color:777777>精品上架功能</a>");
document.write ("<B>　|　</B>");
document.write ("<a href=/logout.aspx style=color:777777>登出</a></span>");
}

function copyright(){
document.write ("<P align=center><FONT face=Arial color=#ffffff><SPAN style='FONT-SIZE: 9pt'>");
document.write ("&nbsp;台中市西屯區永安二巷2－4號　電話：(04)2462-4651．(04)2462-1241&nbsp; 營業時間：AM10：00－PM9：00　每週一清潔公休日&nbsp;&nbsp; <br>");
document.write ("Copyright &copy; <script language='JavaScript'>");
document.write ("document.write((new Date()).getFullYear());");
document.write ("</script>");
document.write (" Masaaki All Right Reserved. &nbsp;&nbsp;Designed by <a href='http://www.seo-idea.com/' target='_blank' ><FONT face=Arial color=#ffffff>麥妮點子行銷</font></a>&nbsp;                  </SPAN></FONT></P>");
//950125 ADD
//document.write ("<div id='AdLayer' style='position:absolute; width:61px; height:59px; z-index:20; visibility:hidden; left: 577px; top: 300px'> ");
//document.write ("<!-- SiteSearch Google -->");
//document.write ("<form method='get' action='http://www.google.com.tw/custom' target='_top'>");
//document.write ("<table border=0 bgcolor='#ffffaa'>");
//document.write ("<tr><td width=6 height=34 align='left' valign='top' nowrap='nowrap'>");
//document.write ("</td>");
//document.write ("<td width='220' nowrap='nowrap'>");
//document.write ("<input type='hidden' name='domains' value='www.masaaki.com.tw'></input>");
//document.write ("<input type='text' name='q' size='10' maxlength='255' value=''></input>");
//document.write ("<input type='submit' name='sa' value='Google 搜尋'></input>");
//document.write ("</td></tr>");
//document.write ("<tr><td>&nbsp;</td><td nowrap='nowrap'><table><tr><td>");
//document.write ("<input type='radio' name='sitesearch' value=''></input>");
//document.write ("<font size='-1' color='#000000'>Web</font>");
//document.write ("</td><td>");
//document.write ("<input type='radio' name='sitesearch' value='www.masaaki.com.tw' checked='checked'></input>");
//document.write ("<font size='-1' color='#000000'>www.masaaki.com.tw</font>");
//document.write ("</td></tr></table>");
//document.write ("<input type='hidden' name='client' value='pub-6505036030286028'></input>");
//document.write ("<input type='hidden' name='forid' value='1'></input>");
//document.write ("<input type='hidden' name='ie' value='big5'></input>");
//document.write ("<input type='hidden' name='oe' value='big5'></input>");
//document.write ("<input type='hidden' name='cof' value='GALT:#008000;GL:1;DIV:#CC99CC;VLC:663399;AH:center;BGC:FFFFFF;LBGC:CC99CC;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:60;LW:150;L:http://www.masaaki.com.tw/images/masaaki_logo.gif;S:http://www.google.com/adsense;FORID:1;'></input>");
//document.write ("<input type='hidden' name='hl' value='zh-TW'></input>");
//document.write ("</td></tr></table></form><!-- SiteSearch Google --></div>");
//document.write ("<script language='JScript'>");
//document.write ("function MoveLayer(layerName) {");
//document.write ("var x = document.body.clientWidth-220;");
//document.write ("var y = 150;");
//document.write ("var diff = (document.body.scrollTop + y - document.all.AdLayer.style.posTop)*.40;");
//document.write ("var y = document.body.scrollTop + y - diff;");
//document.write ("eval('document.all.' + layerName + '.style.posTop = y');");
//document.write ("eval('document.all.' + layerName + '.style.posLeft = x');");
//document.write ("setTimeout(\"MoveLayer('AdLayer');\", 20);");
//document.write ("}");
//document.write ("function initAd() {");
//document.write ("document.all.AdLayer.style.posTop = -200;");
//document.write ("document.all.AdLayer.style.visibility = 'visible';");
//document.write ("MoveLayer('AdLayer');");
//document.write ("}");
//document.write ("</script>");
//document.write ("<SCRIPT FOR=window EVENT=onload LANGUAGE='JScript'>");
//document.write ("initAd();");
//document.write ("</SCRIPT>");
}