function TopMenu(title)
{
document.write("<table width='780' border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("  <tr>");
document.write("    <td><img src='http://www.sxhighway.gov.cn/images/top200704.jpg' width='780' height='110' border='0' usemap='#Map2' /></td>");
document.write("  </tr>");
document.write("</table>");
document.write("<table width='780' border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("  <tr>");
document.write("    <td width='167' height='24' align='center' bgcolor='#666666' style='font-size:14px;color:#fff;'>");
	
				var today=new Date()
				var month=today.getMonth()+1
				var todayday=today.getDay();
				if (todayday == 0) todayday = '星期天';
				if (todayday == 1) todayday = '星期一';
				if (todayday == 2) todayday = '星期二';
				if (todayday == 3) todayday = '星期三';
				if (todayday == 4) todayday = '星期四';
				if (todayday == 5) todayday = '星期五';
				if (todayday == 6) todayday = '星期六';

				document.write(today.getYear()+'年'+month+'月'+today.getDate()+'日&nbsp;'+todayday)  
document.write(" </td>");
  document.write("   <td bgcolor='#003C7F' style='font-size:14px;color:#fff;'> &nbsp;当前位置： <a href='http://www.sxhighway.gov.cn/' target='_blank' style='color:#FFFFFF;'>首页</a> &gt;&gt;");
	document.write(title);
	document.write(" </td>");
 document.write("  </tr>");
document.write(" </table>");
document.write("<map name='Map2' id='Map2'><area shape='rect' coords='629,5,679,18' href='http://www.sxhighway.gov.cn/sitemap.htm' target='_blank' />");
document.write("<area shape='rect' coords='705,4,754,16' href='http://www.sxhighway.gov.cn/info/jianjie.htm' target='_blank' />");
document.write("</map>");
}