﻿


/*******2008-9-26王燕杰修改为新导航上面部分为旧导航 **********/


document.writeln("");
document.writeln("<link href=\"\/web\/css\/index20080925.css\" rel=\"stylesheet\" type=\"text\/css\" \/>");
document.writeln("<link href=\"\/web\/css\/menu20080925.css\" rel=\"stylesheet\" type=\"text\/css\" \/>");
document.writeln("<!--#include file=\"\/web\/css\/index20080925.css\"-->");
document.writeln("<!--#include file=\"\/web\/css\/menu20080925.css\"-->");
document.writeln("");
document.writeln("");
document.writeln("<script src=\"\/web\/js\/Hint.js\" type=\"text\/javascript\"><\/script>");
document.writeln("");
document.writeln("<style type=\"text\/css\">");
document.writeln("<!--");
document.writeln("\/***导航条排列方式样式, 同时关系到下拉菜单的对齐问题***\/");
document.writeln(" \/*");
document.writeln("#nav20080924 a {");
document.writeln("	display: block; text-align:center;width: 80px;");
document.writeln("}");
document.writeln("*\/");
document.writeln("\/*下拉应当显示的位置 width: 80px; *\/");
document.writeln("");
document.writeln("#nav20080924 li {");
document.writeln("list-style-type:none;");
document.writeln("	float: left; background:#CCC;");
document.writeln("}");
document.writeln("\/*");
document.writeln("#nav20080924 li a:hover{");
document.writeln("	background:#999;");
document.writeln("}*\/");
document.writeln("#nav20080924 li ul {");
document.writeln("	line-height: 27px;  list-style-type: none;text-align:left; padding:0px;");
document.writeln("	left: -999em; width: 180px; position: absolute; \/*显示到屏目看不到的位置*\/");
document.writeln("	   ");
document.writeln("}");
document.writeln("");
document.writeln("#nav20080924 li:hover ul {");
document.writeln("	left: auto;");
document.writeln("}");
document.writeln("#nav20080924 li.sfhover ul {");
document.writeln("	left: auto;");
document.writeln("}");
document.writeln("");
document.writeln("");
document.writeln("\/*");
document.writeln("*{margin:0;padding:0;border:0;}");
document.writeln("body {");
document.writeln("	font-family: arial, 宋体, serif;");
document.writeln("        font-size:12px;");
document.writeln("}");
document.writeln("");
document.writeln("");
document.writeln("#nav20080924 {");
document.writeln("	 line-height: 24px;  list-style-type: none; background:#666;");
document.writeln("}");
document.writeln("*\/");
document.writeln("");
document.writeln("\/*");
document.writeln("#nav20080924 a:link  {");
document.writeln("	color:#666; text-decoration:none;");
document.writeln("}");
document.writeln("#nav20080924 a:visited  {");
document.writeln("	color:#666;text-decoration:none;");
document.writeln("}");
document.writeln("#nav20080924 a:hover  {");
document.writeln("	color:#FFF;text-decoration:none;font-weight:bold;");
document.writeln("}*\/");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("\/*菜单内容的背景样式 *\/");
document.writeln("");
document.writeln("#nav20080924 li ul li{");
document.writeln("	float: left; \/*width: 180px;*\/");
document.writeln("	\/*background: #F6F6F6; *\/");
document.writeln("	background:F0F0F0");
document.writeln("}");
document.writeln("");
document.writeln("\/*子菜单内部中排列样式*\/");
document.writeln("\/*");
document.writeln("#nav20080924 li ul a{");
document.writeln("	display: block; width: 180px;width: 156px;text-align:left;padding-left:24px;");
document.writeln("}");
document.writeln("");
document.writeln("*\/");
document.writeln("\/*下拉菜单中光标移动时的样式*\/");
document.writeln("");
document.writeln("#nav20080924 li ul a:link  {");
document.writeln("");
document.writeln("");
document.writeln("	\/*color:#666; text-decoration:none;*\/");
document.writeln("}");
document.writeln("#nav20080924 li ul a:visited  {");
document.writeln("	");
document.writeln("	\/*color:#666; text-decoration:none;*\/");
document.writeln("}");
document.writeln("#nav20080924 li ul a:hover  {");
document.writeln("text-decoration: none;");
document.writeln("	color: #fff;");
document.writeln("	background: url(\/web\/images\/menu\/b2.png);");
document.writeln("	\/*color:#666; text-decoration:none;*\/");
document.writeln("	\/*color:#F3F3F3;text-decoration:none;font-weight:normal;");
document.writeln("	background:#C00;*\/");
document.writeln("}");
document.writeln("\/*显示和隐藏下拉菜单的样式*\/");
document.writeln("");
document.writeln("\/*");
document.writeln("#content {");
document.writeln("	clear: left; ");
document.writeln("}*\/");
document.writeln("");
document.writeln("");
document.writeln("-->");
document.writeln("<\/style>");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("<!--新js开始-->");
document.writeln("<script type=\"text\/javascript\"><!--\/\/--><![CDATA[\/\/><!--");
document.writeln("function menuFix20080924() {");
document.writeln("	var sfEls = document.getElementById(\"nav20080924\").getElementsByTagName(\"li\");");
document.writeln("	for (var i=0; i<sfEls.length; i++) {");
document.writeln("		sfEls[i].onmouseover=function() {");
document.writeln("		this.className+=(this.className.length>0? \" \": \"\") + \"sfhover\";");
document.writeln("		}");
document.writeln("		sfEls[i].onMouseDown=function() {");
document.writeln("		this.className+=(this.className.length>0? \" \": \"\") + \"sfhover\";");
document.writeln("		}");
document.writeln("		sfEls[i].onMouseUp=function() {");
document.writeln("		this.className+=(this.className.length>0? \" \": \"\") + \"sfhover\";");
document.writeln("		}");
document.writeln("		sfEls[i].onmouseout=function() {");
document.writeln("		this.className=this.className.replace(new RegExp(\"( ?|^)sfhover\\\\b\"), ");
document.writeln("");
document.writeln("\"\");");
document.writeln("		}");
document.writeln("	}");
document.writeln("}");
document.writeln("window.onload=menuFix20080924;");
document.writeln("\/\/more javascript from http:\/\/www.webjx.com");
document.writeln("\/\/--><!]]><\/script>");
document.writeln("");
document.writeln("<!--新js结束-->");
document.writeln("<div id=\"top20080925\">");
document.writeln("		<div id=\"logo20080925\"><a href=\"\/web\/index.htm\"><img src=\"\/web\/images\/index2\/biglogo.jpg\" width=\"300\" height=\"64\" border=\"0\" alt=\"持续中国\"\/><\/a><\/div>");
document.writeln("<div class=\"nav20080925\">");
document.writeln("        <ul>");
document.writeln("            	<li><a href=\"http:\/\/bbs.kechixu.com\" style=\"color:#000000;\" target=\"_blank\" >持续社区<\/a><\/li>");
document.writeln("                <li>|<\/li>");
document.writeln("                <li><a href=\"\/web\/Exhibit\/ExhibitList.aspx\" style=\"color:#000000;\" target=\"_blank\" >网上展会<\/a><\/li>");
document.writeln("                <li>|<\/li>");
document.writeln("                <li><a href=\"\/web\/about\/guaifang.htm\" target=\"_blank\" >官方支持<\/a><\/li>");
document.writeln("                <li>|<\/li>");
document.writeln("<li><a href=\"javascript:void(0);\" style=\"cursor:pointer;\" onmousemove=\"javascript:document.getElementById(\'Ballon_div20081127\').style.display=\'block\';\"  onmouseout=\"javascript:document.getElementById(\'Ballon_div20081127\').style.display=\'none\';\" >帮助<\/a><\/li>")
//document.writeln("                <li><a href=\"javascript:void(0);\" style=\"cursor:pointer;\" onmouseover=\"showhintinfo(this,-50,0,\'提示\',\'如需帮助请致电：+86-21-51357321\',\'50\',\'down\',\'0\');\" onmouseout=\"hidehintinfo();\">帮助<\/a><\/li>");
document.writeln("                <li>|<\/li>");
document.writeln("                <li><a href=\"\/web\/Admin\/Login\/Login.aspx\"  target=\"_blank\" >登录<\/a><\/li>");
document.writeln("                ");
document.writeln("                <li>|<\/li>");
document.writeln("                <li><a href=\"\/web\/UserReg\/reg.aspx\"  style=\"color:#000000;\"target=\"_blank\">注册<\/a><\/li>");
document.writeln("          <\/ul>  ");
document.writeln("          <\/div>");
document.writeln("          <!--");
document.writeln("          <div class=\"navmina\">");
document.writeln("          			<div class=\"navminali\"><p><a href=\"#\">首页　　　　|Home<\/a><\/p><\/div>");
document.writeln("                    <div class=\"navminali\"><p><a href=\"#\">个人与家庭|Individual & Family<\/a><\/p>");
document.writeln("                    <\/div>");
document.writeln("                    <div class=\"navminali\"><p><a href=\"#\">企业与商业组织|Business<\/a><\/p>");
document.writeln("                    <\/div>");
document.writeln("                    <div class=\"navminali\"><p><a href=\"#\">政府与非营利组织|Gov. & Org.<\/a><\/p>");
document.writeln("                    <\/div>");
document.writeln("    <\/div>-->");
document.writeln(" <div class=\"menu20080925\">");
document.writeln("<ul id=\"nav20080924\">");
document.writeln("");
document.writeln("<li >");
document.writeln("<a  href=\"\/web\/index.htm\" class=\"link20080926\">首页&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Home<\/a>");
document.writeln("	<ul >");
document.writeln("	<li style=\"background-color:#F0F0F0\">");
document.writeln("    <a href=\"\/web\/Buy\/BuyList.aspx\">采购信息&nbsp;|&nbsp;Procurement<\/a>");
document.writeln("	<a href=\"\/web\/Invited\/InvitedList.aspx\" >招标信息&nbsp;|&nbsp;Tender<\/a>");
document.writeln("	<a href=\"\/web\/Reward\/RewardList.aspx\">悬赏信息&nbsp;|&nbsp;Incentive<\/a>");
document.writeln("	<a href=\"\/web\/Solution\/SolutionList.aspx\">解决方案&nbsp;|&nbsp;Solution<\/a>");
document.writeln("	<a href=\"\/web\/Tech\/TechList.aspx\">技术文章&nbsp;|&nbsp;Technology<\/a>");
document.writeln("	<a href=\"\/web\/Case\/CaseList.aspx\">成功案例&nbsp;|&nbsp;Successful Cases<\/a>");
document.writeln("	<a href=\"\/web\/Product\/ProductList.aspx\">产品服务&nbsp;|&nbsp;Products &amp;&nbsp; Services<\/a>");
document.writeln("	<a href=\"\/web\/Policy\/PolicyList.aspx\">政策解读&nbsp;|&nbsp;Policy<\/a>");
document.writeln("");
document.writeln("<div><\/div>");
document.writeln("	<\/li>");
document.writeln("	<\/ul>");
document.writeln("");
document.writeln("<\/li>");
document.writeln("");
document.writeln("<li >");
document.writeln("<a  href=\"#\" class=\"link20080926\">个人与家庭&nbsp;|&nbsp;Individual &amp; Family<\/a>");
document.writeln("	<ul>");
document.writeln("	<li style=\"background-color:#F0F0F0\">");
document.writeln("    <a href=\"\/web\/Family\/weiji.htm\">社会责任&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Responsibility<\/a>");
document.writeln("	<a href=\"\/web\/Family\/like.htm\">立刻行动&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Take Action<\/a>");
document.writeln("	<a href=\"http:\/\/bbs.kechixu.com\/Volkswagen\/list.aspx\">大众社区&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Community <\/a>");
document.writeln("	<div><img src=\"\/web\/images\/menu\/ad1.png\"\/><\/div>");
document.writeln("	<a href=\"\/web\/Subject\/index.htm\">封面主题&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Cover Topics<\/a>");
document.writeln("");
document.writeln("<div><\/div>");
document.writeln("	<\/li>");
document.writeln("	<\/ul>");
document.writeln("");
document.writeln("<\/li>");
document.writeln("");
document.writeln("<li>");
document.writeln("<a  href=\"#\">企业与商业组织&nbsp;|&nbsp;Business<\/a>");
document.writeln("	<ul >");
document.writeln("	<li style=\"background-color:#F0F0F0\">");
document.writeln("	<a  href=\"\/web\/adpage\/myyinxiao.htm\">我要营销&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Marketing<\/a>");
document.writeln("	<a  href=\"\/web\/adpage\/caigou.htm\">我要采购&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Procurement<\/a>");
document.writeln("	<a   href=\"http:\/\/bbs.kechixu.com\/Professional\/list.aspx\">专业社区&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Community<\/a>");
document.writeln("	<div><img src=\"\/web\/images\/menu\/ad2.png\"\/><\/div>");
document.writeln("	<a  href=\"\/web\/SystemPage\/groupcaigou.htm\">集团采购&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Procurement");
document.writeln("<\/a>	<\/li>");
document.writeln("	<\/ul>");
document.writeln("");
document.writeln("<\/li>");
document.writeln("");
document.writeln("<li >");
document.writeln("<a  href=\"#\">政府与非营利机构&nbsp;|&nbsp;Gov. &amp; Org.<\/a>");
document.writeln("	<ul>");
document.writeln("	<li style=\"background-color:#F0F0F0\">");
document.writeln("	<a href=\"\/web\/Success\/index.htm\">持续成就&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Achievement<\/a>");
document.writeln("	<a href=\"\/web\/Adpage\/xushang.aspx\">项目悬赏&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Incentive<\/a>");
document.writeln("	<a href=\"http:\/\/bbs.kechixu.com\/Community\/list.aspx\">公益社区&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Community<\/a>");
document.writeln("	<div><img src=\"\/web\/images\/menu\/ad3.png\"\/><\/div>");
document.writeln("	<a href=\"http:\/\/bbs.kechixu.com\/Practice\/list.aspx\">实践研究&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Practice<\/a>	");
document.writeln("	<\/li>");
document.writeln("	");
document.writeln("	<\/ul>");
document.writeln("");
document.writeln("<\/li>");
document.writeln("");
document.writeln("<\/ul>");
document.writeln("");
document.writeln("<\/div>");
document.writeln("");
document.writeln("<\/div>")


/******以下为搜索*****/

document.writeln("<script type=\"text\/javascript\" language=\"javascript\">");
document.writeln("						function Index_Sech_20080925(str)");
document.writeln("						{");
document.writeln("						    if(document.getElementById(\'txt_index_20080925\').value==\'\'){");
document.writeln("						    alert(\'输入内容不能为空！\');");
document.writeln("						    document.getElementById(\'txt_index_20080925\').focus();");
document.writeln("						    }");
document.writeln("						    else");
document.writeln("						    {");
document.writeln("						    window.open(\'\/web\/search\/search.aspx?kw=\'+str+\'&type=0\') ;");
document.writeln("						         \/\/document.location.href(\'\/web\/search\/search.aspx?kw=\'+str) ;");
document.writeln("						         \/\/alert(\'搜索功能正在建设中...\');");
document.writeln("						      ");
document.writeln("						    }");
document.writeln("						}");
document.writeln("						");
document.writeln("                                <\/script>");
document.writeln("<div id=\"search20080925\">");
document.writeln("<ul>");
document.writeln("    	<li><input type=\"text\"  id=\"txt_index_20080925\" name=\"kw\" size=\"40\"\/><\/li>");
document.writeln("        <li><input name=\"搜索\" type=\"button\" value=\" 搜 索 \"  onclick=\"Index_Sech_20080925(document.getElementById(\'txt_index_20080925\').value)\" style=\"cursor: pointer;\"\/><\/li>");
document.writeln("        <li>热门关键字：<a href=\"\/web\/search\/search.aspx?kw=节能环保\" target=\"_blank\">节能环保<\/a>  <a href=\"\/web\/search\/search.aspx?kw=污水处理\" target=\"_blank\">污水处理<\/a> <a href=\"\/web\/search\/search.aspx?kw=太阳能\" target=\"_blank\">太阳能<\/a> <a href=\"\/web\/search\/search.aspx?kw=节电\" target=\"_blank\">节电<\/a>  <a href=\"\/web\/search\/search.aspx?kw=新能源\" target=\"_blank\">新能源<\/a> <a href=\"\/web\/search\/search.aspx?kw=风力发电\" target=\"_blank\">风力发电<\/a> <a href=\"\/web\/search\/search.aspx?kw=绿色建筑\" target=\"_blank\">绿色建筑<\/a> <a href=\"\/web\/search\/search.aspx?kw=节能环保\" target=\"_blank\">绿色建材 <\/a><a href=\"\/web\/search\/search.aspx?kw=垃圾处理\" target=\"_blank\">垃圾处理 <\/a> <a href=\"\/web\/search\/search.aspx?kw=照明\" target=\"_blank\">照明 <\/a><\/li>");
document.writeln("    <\/ul>");
document.writeln("	<!--<ul>");
document.writeln("    	<li><input type=\"text\" size=\"40\"><\/li>");
document.writeln("        <li><input name=\"搜索\" type=\"submit\" value=\" 搜 索 \" \/><\/li>");
document.writeln("        <li>热门关键字：<a href=\"#\">节能环保  污水处理 太阳能 节电  新能源 风力发电 绿色建筑 绿色建材 垃圾处理  照明  <\/a><\/li>");
document.writeln("    <\/ul>-->");
document.writeln("<\/div>");



//以下为2008-11-27王燕杰制作气泡效果层代码
document.writeln("<!--帮助气泡开始-->");
document.writeln("       <DIV id=\"Ballon_div20081127\"     style=\"Z-INDEX: 101; display:none;  POSITION: absolute; TOP: 60px; LEFT: 680px;  background-image:url(\'\/web\/images\/balloon\/customerbg3.png\'); background-repeat:no-repeat; WIDTH: 260px; HEIGHT:132px\"     >");
document.writeln("                                    <TABLE cellSpacing=0 cellPadding=0 width=260 align=left border=0 class=\"bases\">");
document.writeln("                                      <TBODY>");
document.writeln("      <tr>");
document.writeln("		<td  height=\"45\" class=\"style13\">");
document.writeln("		&nbsp;<\/td>");
document.writeln("	<\/tr>");
document.writeln("	<tr>                            ");
document.writeln("	");
document.writeln("	     <tr>");
document.writeln("		<td >");
document.writeln("		<img src=\"\/web\/images\/balloon\/dot.gif\" \/><a href=\"\/web\/Solution\/SolutionList.aspx\">如需帮助请致电：+86-21-33626586<\/a><\/td>");
document.writeln("	<\/tr>");
document.writeln("	");
document.writeln("	 <tr>");
document.writeln("		<td  height=\"10\" align=\"right\" >");
document.writeln("		&nbsp;&nbsp;&nbsp;<a  style=\"cursor:pointer; font-size:9px;\" onclick=\"javascript:document.getElementById(\'Ballon_div20081127\').style.display=\'none\';\">关闭<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("	<\/tr>");
document.writeln("                                          <\/TBODY>");
document.writeln("                                          <\/TABLE>");
document.writeln("                                  <\/DIV>");
document.writeln("      <!--帮助气泡结束-->")

