// 通明工作室 2000年12月12日 版本：v1.21
// 小明：qybaby@21cn.com  小通：tanhaotong@21cn.com
// 网址：www.hiqy.com www.chinagamer.net www.qybaby.com
// -------------------------------------------------------------------
function showtop(lanmu)
{
var imgsrc0="/images1/menu1.gif";//首页
var imgsrc1="/images1/me11.gif";//申报服务
var imgsrc2="/images1/me21.gif";//批文转让
var imgsrc3="/images1/me31.gif";//政策法规
var imgsrc4="/images1/me41.gif";//产品检索
var imgsrc5="/images1/me61.gif";//企业名录
var imgsrc6="/images1/me81.gif";//行业论坛
var imgsrc7="/images1/me51.gif";//展会中心
var imgsrc8="/images1/me71.gif";//供求合作
switch (lanmu){
	case 0:
		imgsrc0="/images1/me1-1.gif";
		break;
	case 1:
		imgsrc1="/images1/me12.gif";
		break;
	case 2:
		imgsrc2="/images1/me22.gif";
		break;
	case 3:
		imgsrc3="/images1/me32.gif";
		break;
	case 4:
		imgsrc4="/images1/me42.gif";
		break;
	case 5:
		imgsrc5="/images1/me62.gif";
		break;
	case 6:
		imgsrc6="/images1/me82.gif";
		break;
	case 7:
		imgsrc7="/images1/me52.gif";
		break;
	case 8:
		imgsrc8="/images1/me72.gif";
		break;
}
document.writeln("<table width=770 border=0 cellspacing=0 cellpadding=0>");
document.writeln("<tr> ");
document.writeln("<td width=115><a href=/index.php><img src="+imgsrc0+" width=115 height=26 alt=首  页 border=0></a></td>");
document.writeln("<td width=655 background=/images1/menubg.gif valign=middle> <table width=655 border=0 cellspacing=0 cellpadding=0 height=19>");
document.writeln("<tr align=center valign=bottom> ");
document.writeln("<td width=82><a href=/shenbao/health_food.php target=_blank><img src="+imgsrc1+" width=50 height=16 alt=申报服务 border=0></a></td>");
document.writeln("<td width=82><a href=/piwen/index.php><img width=49 height=16 alt=批文转让 border=0 src="+imgsrc2+"></a></td>");
document.writeln("<td width=82><a href=/fagui/index.php><img src="+imgsrc3+" width=50 height=16 alt=政策法规 border=0></a></td>");
document.writeln("<td width=82><a href=/search/default.php><img src="+imgsrc4+" width=50 height=16 alt=产品检索 border=0></a></td>");
document.writeln("<td width=82><a href=/minglu/default.php><img src="+imgsrc5+" width=50 height=16 alt=企业名录 border=0></a></td>");
document.writeln("<td width=82><a href=/forum/index.php><img src="+imgsrc6+" width=50 height=16 alt=行业论坛 border=0></a></td>");
document.writeln("<td width=82><a href=/zhanhui/index.php><img src="+imgsrc7+" width=50 height=16 alt=展会中心 border=0></a></td>");
document.writeln("<td width=81><a href=/gongqiu/default.php><img src="+imgsrc8+" width=50 height=16 alt=供求合作 border=0></a></td>");
document.writeln("</tr>");
document.writeln("</table></td>");
document.writeln("</tr>");
document.writeln("</table>");
document.writeln("<table width=770 border=0 cellspacing=0 cellpadding=0 height=3>");
document.writeln("<tr> ");
document.writeln("<td></td>");
document.writeln("</tr>");
document.writeln("</table>");
}
// -------------------------------------------------------------------
// 本代码由程序 html2js 程序生成，代码的生成时间是：03-4-8 14:14:36
// 程序免费使用，但请不要把上面的信息删除，谢谢你的支持！
