
				 output = '<TABLE border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" align="center">';
output = output + '	<tr>';
output = output + '		<td width="65" align="center"><a class="white_text" href="/">首　页</a></td>';
output = output + '		<td width="65" align="center"><a class="white_text" href="/html/公司简介01.html">公司简介</a></td>';
output = output + '		<td width="65" align="center"><a class="white_text" href="/html/公司新闻_1.html">公司新闻</a></td>';
output = output + '		<td width="65" align="center"><a class="white_text" href="/content.asp?FID=30">产品展示</a></td>';
output = output + '		<td width="65" align="center"><a class="white_text" href="/html/工程案例.html">工程案例</a></td>';
output = output + '		<td width="65" align="center"><a class="white_text" href="/html/荣誉资质_1.html">荣誉资质</a></td>';
output = output + '		<td width="65" align="center"><a class="white_text" href="/html/技术优势_1.html">技术优势</a></td>';
output = output + '		<td width="65" align="center"><a class="white_text" href="/html/诚征代理01.html">诚征代理</a></td>';
output = output + '		<td width="65" align="center"><a class="white_text" href="/html/阳光资讯_1.html">阳光资讯</a></td>';
output = output + '		<td width="65" align="center"><a class="white_text" href="/html/联系我们01.html">联系我们</a></td>';
output = output + '		<td width="65" align="center"><a class="white_text" href="/guestbook">在线留言</a></td>';
output = output + '	</tr>';
output = output + '</table>';

document.write(output);



