function showNavigator(srcDir){
document.write('<p style="text-align:left;margin-left:0%">');
document.write('<table  class="menu02" border="0" cellspacing="0" cellpadding="0" >');
document.write('<tr valign="center" height="20"> ');
document.write('<td align="center" ><a href="index.html">首页</a> <font color="#000000">|</font> ');
document.write('<a href="about.html">关于我们</a> ');
document.write('<font color="#000000">|</font> <a href="map.html">地理位置</a> ');
document.write('<font color="#000000">|</font> 网站地图 ');
document.write('<font color="#000000">|</font> <a href="mailto:big_xing@hotmail.com">广告联系</a>');
document.write('<font color="#000000">|</font> <a href="feedback.html">客户服务</a> ');
document.write('<font color="#000000">|</font> <a href=""></a> ');
document.write('</tr>');
document.write('</table>');
document.write('<div align="center"><a href=http://www.miibeian.gov.cn target=blank><span style="font-size: 12px; color:#666666; font-weight: bold;text-decoration: none">《中华人民共和国电信与信息服务业务经营许可证》编号：浙ICP备05060388号</span></a></div>'); 

}