
function show_head(MID){

	var i;
	var MMM = new Array()

	for (i=1; i<8; i++)
	{
	if (MID == i) { MMM[i] = "a_menu_this" ; }
	else { MMM[i] = "a_menu" ; }
	}

document.writeln("<table width=\"775\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td><table width=\"775\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\">");
document.writeln("        <tr>");
document.writeln("          <td width=\"400\"><img src=\"../images/page_top_01.gif\" width=\"400\" height=\"85\"></td>");
document.writeln("          <td width=\"375\">");
document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"");
document.writeln("  codebase=\"http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0\"");
document.writeln("  id=\"title2\" width=\"375\" height=\"85\">");
document.writeln("  <param name=\"movie\" value=\"../images/title2.swf\">");
document.writeln("  <param name=\"quality\" value=\"high\">");
document.writeln("  <param name=\"bgcolor\" value=\"#FFFFFF\">");
document.writeln("  <embed name=\"title2\" src=\"../images/title2.swf\" quality=\"high\" bgcolor=\"#FFFFFF\"");
document.writeln("    width=\"375\" height=\"85\"");
document.writeln("    type=\"application/x-shockwave-flash\"");
document.writeln("    pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\">");
document.writeln("  </embed>");
document.writeln("</object>");
document.writeln("		  </td>");
document.writeln("        </tr>");
document.writeln("      </table></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td><table width=\"775\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\">");
document.writeln("        <tr>");
document.writeln("          <td width=\"169\"><a href=\"../chinese/\"><img src=\"../images/en.gif\" width=\"169\" height=\"30\" border=\"0\" ></a></td>");
document.writeln("          <td width=\"606\"><table width=\"100%\" height=\"30\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("              <tr>");
document.writeln("                <td height=\"21\"><table width=\"606\" height=\"21\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"../images/page_top_menu_back.gif\">");
document.writeln("                    <tr>");
document.writeln("                      <td width=\"6\"><img src=\"../images/page_top_menu_left.gif\" width=\"6\" height=\"21\"></td>");
document.writeln("                      <td align=\"center\"><a href=\"../index.php\" class=\"" + MMM[1] + "\">Home</a></td>");
document.writeln("                      <td width=\"4\"><img src=\"../images/page_top_menu_partition.gif\" width=\"4\" height=\"21\"></td>");
document.writeln("                      <td align=\"center\"><a href=\"aboutus.htm\" class=\"" + MMM[2] + "\">Introduction</a></td>");
document.writeln("                      <td width=\"4\"><img src=\"../images/page_top_menu_partition.gif\" width=\"4\" height=\"21\"></td>");
document.writeln("                      <td align=\"center\"><a href=\"scope.htm\" class=\"" + MMM[3] + "\">Business Scope</a></td>");
document.writeln("                      <td width=\"4\"><img src=\"../images/page_top_menu_partition.gif\" width=\"4\" height=\"21\"></td>");
document.writeln("                      <td align=\"center\"><a href=\"key_tech.htm\" class=\"" + MMM[4] + "\">Key Technologies</a></td>");
document.writeln("                      <td width=\"4\"><img src=\"../images/page_top_menu_partition.gif\" width=\"4\" height=\"21\"></td>");
document.writeln("                      <td align=\"center\"><a href=\"cooperation.htm\" class=\"" + MMM[5] + "\">Cooperation</a></td>");
document.writeln("                      <td width=\"4\"><img src=\"../images/page_top_menu_partition.gif\" width=\"4\" height=\"21\"></td>");
document.writeln("                      <td align=\"center\"><a href=\"feedback.htm\" class=\"" + MMM[6] + "\">Feedback</a></td>");
document.writeln("                      <td width=\"4\"><img src=\"../images/page_top_menu_partition.gif\" width=\"4\" height=\"21\"></td>");
document.writeln("                      <td align=\"center\"><a href=\"contacts.htm\" class=\"" + MMM[7] + "\">Contact Us</a></td>");
document.writeln("                      <td width=\"6\"><img src=\"../images/page_top_menu_right.gif\" width=\"6\" height=\"21\"></td>");
document.writeln("                    </tr>");
document.writeln("                  </table></td>");
document.writeln("              </tr>");
document.writeln("              <tr>");
document.writeln("                <td height=\"9\"></td>");
document.writeln("              </tr>");
document.writeln("            </table></td>");
document.writeln("        </tr>");
document.writeln("      </table></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td height=\"1\" bgcolor=\"#FFFFFF\"></td>");
document.writeln("  </tr>");
document.writeln("</table>");

}
function show_foot(){

document.writeln("<table width=\"775\" class=text6 border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td height=\"2\" bgcolor=\"#E4E4E4\"></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td height=\"4\" bgcolor=\"#4489C5\"></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td bgcolor=\"#FFFFFF\" align=\"center\">");
document.writeln("        Copyright 2002 by SHENZHEN JINLING CO.,LTD.<a href=\"http://www.miibeian.gov.cn\" target=\"_blank\" style=\"margin-left:5px;\">粤ICP备07005478号</a><br></td></tr>");
document.writeln("  <tr>");
document.writeln("    <td bgcolor=\"#FFFFFF\" align=\"center\">");
//document.writeln("        地址：深圳市宝安南路洪涛大厦（水务局）八楼　");
document.writeln("        TEL：(+86)755 82475042 25933260 　Email：<a href=\"mailto:jinling@2000JL.com\">jinling@2000JL.com</a><br>");
document.writeln("      </td>");
document.writeln("  </tr>");
document.writeln("</table>");

}