﻿function showMenu(){
    
    var d = new Date();
    var s = "<table width=\"765\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><tr><td align=\"center\" valign=\"top\" background=\""+pSiteUrl+"imgs/tital_bg.jpg\"><table width=\"757\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"
			+ "<tr><td align=\"center\" valign=\"top\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"757\" height=\"190\"><param name=\"movie\" value=\""+pSiteUrl+"imgs/flash.swf\"><param name=\"quality\" value=\"high\"><param name=\"wmode\" value=\"transparent\"><embed src=\""+pSiteUrl+"imgs/flash.swf\" width=\"757\" height=\"190\" align=\"absmiddle\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"></embed></object></td></tr><tr>"
			+ "<td height=\"38\" align=\"center\" background=\""+pSiteUrl+"imgs/b_bg.jpg\" class=\"daohang\">|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"index.html>首&nbsp;&nbsp;&nbsp;&nbsp;页</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=3>走进三林</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=4>政务公开</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=5>社会经济</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=6>城市建设</a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=93>社区建设</a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=8>公众服务</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=7>三林文化</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=9>社会监督</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|</td>"
			+ "</tr><tr><td height=\"26\" align=\"center\" background=\""+pSiteUrl+"imgs/tq_bg.jpg\"><table width=\"757\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"
			+ "<tr><td width=\"110\"><img src=\""+pSiteUrl+"imgs/tqyb.jpg\" width=\"110\" height=\"26\"></td>"
			+ "<td width=\"479\" class=\"datetime\"><marquee onMouseOver=\"this.stop()\" onMouseOut=\"this.start()\"  scrolldelay=\"150\" ><iframe allowTransparency=\"true\" src=\"http://m.weather.com.cn/m/p6/weather1.htm?id=101020100T\" width=\"180\" height=\"26\" marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" scrolling=\"no\"></iframe></marquee></td><td width=\"168\" align=\"center\" valign=\"middle\" bgcolor=\"#4e8611\" class=\"datetime\">"+d.getYear()+"/"+(d.getMonth()+1)+"/"+d.getDate()+" 星期"+"日一二三四五六".charAt(d.getDay())+"</td>"
			+ "</tr></table></td></tr></table></td></tr></table>";
    return s;
}

function showBottom(){
    var s = "<table width=\"765\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><tr><td background=\""+pSiteUrl+"imgs/end_bg.jpg\"><table width=\"765\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"4\" align=\"left\" valign=\"top\"><img src=\""+pSiteUrl+"imgs/end_01.jpg\" width=\"4\" height=\"52\"></td>"
			+ "<td width=\"757\" align=\"center\" valign=\"middle\" class=\"endlink\">|&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"index.html><font color=white>首&nbsp;&nbsp;&nbsp;&nbsp;页</font></a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=3><font color=white>走进三林</font></a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=4><font color=white>政务公开</font></a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=5><font color=white>社会经济</font></a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=6><font color=white>城市建设</font></a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=93><font color=white>社区建设</font></a>&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=8><font color=white>公众服务</font></a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=7><font color=white>三林文化</font></a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;<a href="+pSiteUrl+"item.jsp?item_id=9><font color=white>社会监督</font></a>&nbsp;&nbsp;&nbsp;&nbsp;|</td>"
			+ "<td width=\"4\" align=\"right\" valign=\"top\"><img src=\""+pSiteUrl+"imgs/end_02.jpg\" width=\"4\" height=\"52\"></td></tr></table></td></tr><tr><td height=\"97\" align=\"center\" valign=\"middle\" class=\"endlink\" background=\""+pSiteUrl+"imgs/footer.bg.jpg\"><a href =\"http://www.miibeian.gov.cn\" target =\"_blank\" >沪ICP备05040127号</a></td></tr></table>";    
    return s;
}

