
//***********显示时间**************

/**********************************
*  显示擎天柱广告函数
**********************************/
function ShowQTZBanner(){
document.write("<a href=http://www.jiangmin.com/exec/virusinfo/kv2004_news.asp><IMG border=0 SRC=/new721/images/qtzbanner.jpg></a>");

}
/**********************************
*  随机显示Banner函数
**********************************/

function ShowBannerRand(){
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='468' height='60' vspace='2' hspace='2'>");
document.write("<param name=movie value='/images/banner/bannerElec.swf'>");
document.write("<param name=quality value=high>");
document.write("<embed src='http://www.jiangmin.com/images/banner/bannerElec.swf' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='468' height='60' vspace='2' hspace='2'>");
document.write("</embed>");
document.write("</object>");
}

//*************导航条***************
function ShowMainNavBar(){
document.write("<table width=778 border=0 cellspacing=0 cellpadding=0>");
document.write("<tr><td width=47%><img src=/image/001.gif width=352 height=92></td>");
document.write("<td width=53%><div align=center><img src=/image/002.gif width=394 height=67></div></td>");
document.write("</tr></table>");
document.write("<table width=778 border=0 cellspacing=0 cellpadding=0>");
document.write("<tr><td width=6% height=16><img src=/image/003-1.gif width=49 height=28></td>");
//document.write("<table width=778 border=0 align=center cellpadding=0 cellspacing=0>");
//document.write("<tr><td><IMG SRC=/images/m.jpg WIDTH=778 ALT=></td> ");
//document.write("</tr></table>");
document.write("<td width=5%><a href=/index.asp><img src=/image/003-2.gif width=41 height=28 border=0></a></td>");
document.write("<td width=8%><a href=/news.asp><img src=/image/003-3.gif width=66 height=28 border=0></a></td>");
document.write("<td width=8%><a href=/selfnews.asp><img src=/image/003-4.gif width=67 height=28 border=0></a></td>");
document.write("<td width=8%><a href=/marketinfo.asp><img src=/image/003-5.gif width=67 height=28 border=0></a></td>");
document.write("<td width=9%><a href=/nybiaozhun.asp><img src=/image/003-6.gif width=69 height=28 border=0></a></td>");
document.write("<td width=8%><a href=/nytech.asp><img src=/image/003-7.gif width=66 height=28 border=0></a></td>");
document.write("<td width=8%><a href=/company.asp><img src=/image/003-8.gif width=66 height=28 border=0></a></td>");
document.write("<td width=8%><a href=/nymingpai.asp><img src=/image/003-9.gif width=67 height=28 border=0></a></td>");
document.write("<td width=10%><a href=result.asp><img src=/image/003-10.gif width=78 height=28 border=0></a></td>");
document.write("<td width=1%><a href=/law.asp><img src=/image/003-11.gif width=69 height=28 border=0></a></td>");
document.write("<td width=21%><a href=/partment.asp><img src=/image/003-12.gif width=74 height=28 border=0></a></td>");
document.write("</tr></table>");

}

function Showbottom(){
document.write("<table width=778 border=0 align=center cellpadding=0 cellspacing=0 class=index>");
document.write("<tr><td height=85 background=/image/012.gif>");
document.write("<div align=center><a href=/about.asp>关于我们</a> | 人才招聘 | <a href=/contus.asp>联系方式</a> | 网站地图 <br>");
document.write("Copyright&reg; 2002 - 2004 Rights Reserved<br>版权所有 中国农业标准网<br>");
document.write("</div></td></tr></table>");
//document.write("<a href=/html/company/gzjh.htm target=_blank>工作机会</a>");
//document.write("&nbsp;| &nbsp;");
//document.write("<a href=/exec/service/contus.asp>联系方式</a>");
//document.write("&nbsp; &nbsp;<br>");
//document.write("<font color=#FFFFFF><a href=/html/company/index.htm target=_blank><font color=#000000>关于我们</a> | 合作伙伴 | 工作机会 | 联系方式 | <br>");

}
