var urlRoot = "http://global.kingdee.com/en";

//包含样式表
document.write("<link href=\"" + urlRoot + "/style/css.css\" rel=\"stylesheet\" type=\"text/css\" />");

//顶部

document.write("<table width=\"991\" height=\"52\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
	document.write("<tr>");
		document.write("<td width=\"50%\" valign=\"bottom\"><img src=\"" + urlRoot + "/images/kingdee_ap.gif\" alt=\"kingdee\" width=\"227\" height=\"32\"></td>");
		document.write("<td><table border=\"0\" align=\"right\" cellpadding=\"0\" cellspacing=\"0\">");
				document.write("<tr>");
					document.write("<td height=\"21\"><table border=\"0\" align=\"right\" cellpadding=\"0\" cellspacing=\"0\">");
							document.write("<tr>");
								document.write("<td align=\"center\">&nbsp;&nbsp;&nbsp;<img src=\"" + urlRoot + "/images/top_doc_1.gif\" width=\"3\" height=\"3\" align=\"absmiddle\" /> <a href=\"" + urlRoot + "/index.jsp\" class=\"txt_blue_11_1\" style=\"color:#2A76B7;\"><strong>Home</strong></a></td>");
								document.write("<td>&nbsp;&nbsp;&nbsp;<img src=\"" + urlRoot + "/images/doc_1.gif\" width=\"3\" height=\"3\" align=\"absmiddle\"> <a href=\"http://www.kingdee.com/en/index.jsp\" class=\"txt_blue_11_1\" style=\"color:#2A76B7;\"><strong>Corporate Website</strong></a></td>");
           document.write(" <td>&nbsp;&nbsp;&nbsp;<img src=\"" + urlRoot + "/images/doc_1.gif\" width=\"3\" height=\"3\" align=\"absmiddle\"> <a href=\"" + urlRoot + "/contact/index.jsp\" class=\"txt_blue_11_1\" style=\"color:#2A76B7;\"><strong>Contact Us</strong></a></td>");
							document.write("</tr>");
						document.write("</table></td>");
				document.write("</tr>");
				document.write("<tr>");
				document.write("<script language=\"javascript\">");
					document.write("function onsub(){");
						document.write("var d = document.searchForm;");
						document.write("if(d.keywords.value==\"\"){");
							document.write("alert(\"Input keywords,please!\");");
							document.write("return false;");
						document.write("}");
						document.write("return true;");
					document.write("}");
				document.write("</script>");
				  document.write("<form name=\"searchForm\" action=\"" + urlRoot + "/news/searchNews.jsp\" method=\"post\" onsubmit=\"return onsub();\">");
					document.write("<td height=\"21\" align=\"right\"><input name=\"keywords\" type=\"text\" class=\"input_top_1\">");
						document.write("<a href=\"javascript:void();\" onclick=\"return onsub();\"><img src=\"" + urlRoot + "/images/btn_search.gif\" border=\"0\" align=\"absmiddle\"></a>");
					document.write("</td>");
				  document.write("</form>");
				document.write("</tr>");
			document.write("</table></td>");
	document.write("</tr>");
document.write("</table>");

//顶部菜单
document.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("<tr>");
document.write("<td align=\"left\" bgcolor=\"#155FA6\" class=\"menu_top\">");

document.write("<img src=\"" + urlRoot +"/images/fillet_1_new.gif\" width=\"17\" height=\"30\" align=\"absmiddle\" /><a href=\"" + urlRoot +"/about/index.jsp\"  style=\" color:white;\" >Our Company</a>");
document.write("<img src=\"" + urlRoot +"/images/line_1_new.gif\" width=\"12\" height=\"11\" align=\"absmiddle\" /><a href=\"" + urlRoot +"/products/\" style=\" color:white;\" >Products</a>");
document.write("<img src=\"" + urlRoot +"/images/line_1_new.gif\" width=\"12\" height=\"11\" align=\"absmiddle\" /><a href=\"" + urlRoot +"/solutions/\" style=\" color:white;\" >Solutions</a>");
document.write("<img src=\"" + urlRoot +"/images/line_1_new.gif\" width=\"12\" height=\"11\" align=\"absmiddle\" /><a href=\"" + urlRoot +"/services/\" style=\" color:white;\" >Services</a>");
document.write("<img src=\"" + urlRoot +"/images/line_1_new.gif\" width=\"12\" height=\"11\" align=\"absmiddle\" /><a href=\"" + urlRoot +"/customers/\" style=\" color:white;\" >Customers</a>");
document.write("<img src=\"" + urlRoot +"/images/line_1_new.gif\" width=\"12\" height=\"11\" align=\"absmiddle\" /><a href=\"" + urlRoot +"/partners/\" style=\" color:white;\" >Partners</a>");
document.write("<img src=\"" + urlRoot +"/images/line_1_new.gif\" width=\"12\" height=\"11\" align=\"absmiddle\" /><a href=\"" + urlRoot +"/careers/index.jsp\" style=\" color:white;\" >Careers</a>");
document.write("<img src=\"" + urlRoot +"/images/line_1_new.gif\" width=\"12\" height=\"11\" align=\"absmiddle\" /><a href=\"" + urlRoot +"/contact/index.jsp\" style=\" color:white;\" >Contact us</a>");
document.write("</td></tr></table>");




