document.writeln('				<tr height="22">');
document.writeln('					<td width=94% id="bgmain">');
document.writeln('						<nobr><a  id="index" href="http://www.jxjt.gov.cn/home/index1.html" class="grayNormal">首页</a>|');
document.writeln('						<a  id="browser" href="/maps/index.html" class="grayNormal">地图浏览</a>|');
document.writeln('						<a  id="ls" href="/ls/index.html" class="grayNormal">地点查询</a>|');
document.writeln('						<a	id="road" href="/road/index.html" class="grayNormal">道路查询</a>|');
document.writeln('						<a	id="picture" href="/maps/picture.html" class="grayNormal">公路照片</a>|');
document.writeln('						<a	id="nav" href="/nav/index.html" class="grayNormal">路线规划</a>|');
document.writeln('						<a	id="travel" href="/travel/index.html" class="grayNormal">旅游景点</a>|');
document.writeln('						<a	id="obsinfo" href="/www/obstruct/obsinfo.jsp" class="grayNormal">道路阻断</a>|');
document.writeln('						<a	id="obsfog" href="/www/obstruct/obsfog.jsp" class="grayNormal">道路气象</a>|');
document.writeln('						<a	id="obsgen" href="/www/obstruct/obsgen.jsp" class="grayNormal">公路大屏</a>|');
document.writeln('						<!--a	id="showavi" href="/showavi.html" class="grayNormal">路口视频</a>|');
document.writeln('						<a	id="bus" href="#" class="grayNormal">长途换乘</a>|-->');

document.writeln('						<a	id="personal" href="/personal/index.html" class="grayNormal">地图邮件</a></nobr>');
document.writeln('					</td>');
document.writeln('					<td id="bgmain" align="right" nowrap>');
document.writeln('						');
document.writeln('						<a href="/help/beginner/maps.html" id="hp" target="_blank" class="blue"><font color="white">使用帮助</font></a>');
								
document.writeln('					</td>');
document.writeln('				</tr>');
function setChannel(str){
	var o=document.getElementById(str);
	if(o) o.className="grayBold";
	document.getElementById("hp").href="/help/beginner/hpredirect.html?hpname="+str;
}