function com_menu(){
	document.writeln('<table bgcolor="#D6F4F8" border="0" cellpadding="0" cellspacing="0" width="170">');
	document.writeln('<tr>');
	document.writeln('	<td height="25">');
	document.writeln('	<img src="/product/images2006/contents_main/icon1.gif" border="0"></td>');
	document.writeln('	<td><a href="/f/f_new.html" target="_top">新产品信息</a></td>');
	document.writeln('</tr>');
	document.writeln('<tr>');
	document.writeln('	<td height="25" width="25">');
	document.writeln('	<img src="/product/images2006/contents_main/icon1.gif" border="0"></td>');
	document.writeln('	<td><a href="/f/f_shouhin.html" target="_top">产品信息</a></td>');
	document.writeln('</tr>');
	document.writeln('</table>');
}
