var switch_url = "";
switch_url=document.URL;

if(switch_url.indexOf("/rhythmuk")!=-1)
	switch_url = document.URL.replace("/rhythmuk","/en/rhythmuk");
else
{
        if((switch_url.indexOf("/trenduk")!=-1)||(switch_url.indexOf("/arts")!=-1))
	   switch_url = document.URL.replace("/zh/","/en/");
	else   
        if(switch_url.indexOf("/zh/exams/bulats")!=-1)
	     switch_url = document.URL.replace("/zh/exams/bulats","/en/exams/bulats");
	else   
	if(switch_url.indexOf("/ctc")!=-1)
	     switch_url = document.URL.replace("/ctc","/en/ctc");
	else   
        if(switch_url.indexOf("/exams/chinese/")!=-1)
	     switch_url = document.URL.replace("/exams/chinese/","/exams/english/");
	else   
        if(switch_url.indexOf("/epage/chinese/ezine.jsp?epageid=36")!=-1)
	     switch_url = document.URL.replace("/epage/chinese/ezine.jsp?epageid=36","/epage/english/ezine.jsp?epageid=24");
	else   
        if(switch_url.indexOf("/epage/chinese/ezine.jsp?epageid=30")!=-1)
	     switch_url = document.URL.replace("/epage/chinese/ezine.jsp?epageid=30","/epage/english/ezine.jsp?epageid=21");
	else   
        if(switch_url.indexOf("/epage/chinese/ezine.jsp?epageid=34")!=-1)
	     switch_url = document.URL.replace("/epage/chinese/ezine.jsp?epageid=34","/epage/english/ezine.jsp?epageid=22");
        else   
        if(switch_url.indexOf("/epage/chinese/ezine.jsp?epageid=38")!=-1)
	     switch_url = document.URL.replace("/epage/chinese/ezine.jsp?epageid=38","/epage/english/ezine.jsp?epageid=25");
	else
        if(switch_url.indexOf("/epage/chinese/ezine.jsp?epageid=40")!=-1)
	     switch_url = document.URL.replace("/epage/chinese/ezine.jsp?epageid=40","/epage/english/ezine.jsp?epageid=26");
        else
        if(switch_url.indexOf("/epage/chinese/")!=-1)
	     switch_url = document.URL.replace("/epage/chinese/","/epage/english/");
        else
        if(switch_url.indexOf("/climatecool/")!=-1)
	     switch_url = document.URL.replace("/climatecool/","/climatecool/en/");
	     
	     
	else
        if(switch_url.indexOf("/designuk/duk_index.html")!=-1)
	     switch_url = document.URL.replace("/designuk/duk_index.html","/designuk/en_duk_index.html");
	else
        if(switch_url.indexOf("/designuk/duk_events.html")!=-1)
	     switch_url = document.URL.replace("/designuk/duk_events.html","/designuk/en_duk_events.html");
	else
        if(switch_url.indexOf("/designuk/duk_index.html")!=-1)
	     switch_url = document.URL.replace("/designuk/duk_awards.html","/designuk/en_duk_awards.html");
	else
        if(switch_url.indexOf("/designuk/duk_usefullinks.html")!=-1)
	     switch_url = document.URL.replace("/designuk/duk_usefullinks.html","/designuk/en_duk_usefullinks.html");
	else
        if(switch_url.indexOf("/zh/home-copyright-policy.jsp")!=-1)
	     switch_url = document.URL.replace("/zh/home-copyright-policy.jsp","/en/home-copyright-policy.htm");
	     
      //
	//如果xxx目录下有要转换的加以下代码
	//else
	//if(switch_url.indexOf("/zh/xxx/xxx")!=-1)
	//switch_url = document.URL.replace("/zh/xxx/xxx","/en/xxx/xxx");   
	//
	//
	//      
	else
	   switch_url = "/en";
}



function mOvr(src, cOvr)
{if (!src.contains(event.fromElement)) {src.style.cursor = "default";src.bgColor = cOvr;}}
function mOut(src, cOut)
{if (!src.contains(event.toElement)) {src.style.cursor = "default";src.bgColor = cOut;}}


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function bookmark(bmurl, bmtitle){
   if(navigator.userAgent.indexOf('MSIE') >= 0 && navigator.userAgent.indexOf('Opera') < 0){
       window.external.AddFavorite(bmurl, bmtitle);
   }
   else{
       document.body.innerHTML += '<'+'a href="'+bmurl+'" title="'+bmtitle+'" rel="sidebar" style="display: none;" id="addbookmark">click<'+'/a>';
       document.getElementById('addbookmark').click();
       document.getElementById('addbookmark').outerHTML = '';
   }
}
document.write("<style type=\"text/css\">");
document.write("<!--");
document.write(".style_cz_1 {");
document.write("	background-image: url(/zh/images/structure-common-arrow-lighter-green-transparent-background.gif);");
document.write("	background-repeat: no-repeat;");
document.write("	FONT-WEIGHT: bold;");
document.write("	FONT-SIZE: 80%;");
document.write("	TEXT-TRANSFORM: uppercase;");
document.write("	COLOR: #98cb00;");
document.write("	FONT-FAMILY: Verdana;");
document.write("	TEXT-DECORATION: none;");
document.write("	padding-left: 18px;");
document.write("	background-position: 2px 2px;");
document.write("}");
document.write(".style_cz_1 A {");
document.write("	TEXT-TRANSFORM: uppercase; COLOR: #98cb00; TEXT-DECORATION: none");
document.write("}");
document.write(".style_cz_1 A:hover {");
document.write("	TEXT-TRANSFORM: uppercase; COLOR: #98cb00; TEXT-DECORATION: underline");
document.write("}");
document.write(".style_cz_2 {");
document.write("	FONT-WEIGHT: bold;");
document.write("	FONT-SIZE: 80%;");
document.write("	TEXT-TRANSFORM: uppercase;");
document.write("	COLOR: #ff6634;");
document.write("	FONT-FAMILY: Verdana;");
document.write("	TEXT-DECORATION: none;");
document.write("	padding-left: 18px;");
document.write("	background-position: 2px 2px;");
document.write("	background-image: url(/zh/images/structure-common-arrow-9x9-orange-transparent-background.gif);");
document.write("	background-repeat: no-repeat;");
document.write("}");
document.write(".style_cz_2 a {");
document.write("	TEXT-TRANSFORM: uppercase; COLOR: #ff6634; TEXT-DECORATION: none");
document.write("}");
document.write(".style_cz_2 a:hover {");
document.write("	TEXT-TRANSFORM: uppercase; COLOR: #ff6634; TEXT-DECORATION: underline");
document.write("}");
document.write("-->");
document.write("</style>");
document.write("<style type=\"text/css\">");
document.write("<!--");
document.write(".yyy1 { font-family: \"Verdana\", \"宋体\"; font-weight: bold;font-size: 10px;}");
document.write(".A6:link { COLOR: #666666;  TEXT-DECORATION: none;width=100%;font-size:14px;}");
document.write(".A6:visited {COLOR:#666666; TEXT-DECORATION: none;width=100%;font-size:14px;}");
document.write(".A6:hover { COLOR: #FFFFFF; TEXT-DECORATION: none;width=100%;font-size:14Px;}");
document.write(".td {");
document.write("	font-size: 12px;");
document.write("	font-weight: bold;");
document.write("	color: #FFFFFF;");
document.write("	border-top:#AAEA4B 1px solid; ");
document.write("	border-left:#AAEA4B 1px solid;");
document.write("	border-right:#669900 0px solid;");
document.write("}");
document.write(".td1 {");
document.write("     font-family: \"Verdana\", \"宋体\"; font-weight: normal;font-size: 14px;");
document.write("     border-bottom:#CCCCCC 1px solid;");
document.write("}");
document.write(".A7:link {");
document.write("	COLOR: #FFFFFF; TEXT-DECORATION: none");
document.write("}");
document.write(".A7:visited {");
document.write("	COLOR: #FFFFFF; TEXT-DECORATION: none");
document.write("}");
document.write(".A7:hover {");
document.write("	BOTTOM: 1px; COLOR: #FFFFFF;  TEXT-DECORATION: none; }");
document.write(".A7:active {");
document.write("	COLOR: #FFFFFF; TEXT-DECORATION: none");
document.write("}");
document.write(".register {");
document.write("	font-family: \"宋体\";");
document.write("	font-size: 12px;");
document.write("	color: #FFFFFF;");
document.write("	");
document.write("}");
document.write(".footertext_banner {");
document.write("	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana; TEXT-DECORATION: none");
document.write("}");
document.write(".footertext_banner A {");
document.write("	FONT-WEIGHT: bold; COLOR: #98cb00; TEXT-DECORATION: none");
document.write("}");
document.write(".footertext_banner A:hover {");
document.write("	FONT-WEIGHT: bold; COLOR: #98cb00; TEXT-DECORATION: underline");
document.write("}");
document.write(".contenttext_banner {");
document.write("	FONT-SIZE: 80%; COLOR: #000000; FONT-FAMILY: \"Verdana\";");
document.write("}");
document.write(".contenttext_banner A {");
document.write("	FONT-WEIGHT: bold; COLOR: #98cb00; TEXT-DECORATION: none");
document.write("}");
document.write(".contenttext_banner A:hover {");
document.write("	FONT-WEIGHT: bold; COLOR: #98cb00; TEXT-DECORATION: underline");
document.write("}");
document.write("-->");
document.write("</style>");
document.write("<body leftmargin=\"0\" topmargin=\"0\">");
document.write("<div id=\"Layer1\" style=\"position:absolute; width:200px; height:25px; top:27px; z-index:1001\">");
document.write("  <div id=serve2 style=\"position:absolute; width:180px; height:26px; z-index:1000; top: 73px; left: 259px; visibility: hidden;\" onMouseOut=MM_showHideLayers('serve2','','hide') onMouseOver=MM_showHideLayers('serve2','','show')> ");
document.write("    <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"border:#98CB00 1px solid\">");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"13%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"79%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-educationuk.htm\" target=\"_blank\" class=\"A6\">留学英国</a></td>");
document.write("        <td width=\"8%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
/*document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.educationuk.cn/alumniuk/\" target=\"_blank\" class=\"A6\">留英同学网</a></td>");
document.write("        <td height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");*/
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer21','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer21','','hide')\"> ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-scholarships.htm\" target=\"_self\" class=\"A6\">奖学金</a> ");
document.write("          <div id=\"Layer21\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 164px; top: 26px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer21','','show')\" onMouseOut=\"MM_showHideLayers('Layer21','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"10%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"95%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-scholarships-chevening.htm\" target=\"_self\" class=\"A6\">志奋领奖学金</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"10%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"95%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-scholarship-chevening-fco_csc.htm\" target=\"_self\" class=\"A6\">志奋领联合奖学金</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"10%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"95%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-scholarship-scotland.htm\" target=\"_self\" class=\"A6\">苏格兰奖学金</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-scholarship-other.htm\" target=\"_self\" class=\"A6\">其他机构奖学金</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer26','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer26','','hide')\"> ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-scholarships-job-opportunities.htm\" target=\"_self\" class=\"A6\">海外工作机会</a> ");
document.write("          <div id=\"Layer26\" style=\"position:absolute; width:180px; z-index:2; left: 164px; top: 52px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer26','','show')\" onMouseOut=\"MM_showHideLayers('Layer26','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"10%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"95%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-scholarships-job-opportunities-bond.htm\" target=\"_self\" class=\"A6\">英国海外工业培训计划（BOND）</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-education-scholarships-job-opportunities-cics.htm\" target=\"_blank\" class=\"A6\">石化行业- 中国可持续发展工作培训项目(CICS)</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer22','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer22','','hide')\"> ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-learning-english.htm\" target=\"_self\" class=\"A6\">英语学习</a> ");
document.write("          <div id=\"Layer22\" style=\"position:absolute; width:180px; z-index:2; left: 164px; top: 78px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer22','','show')\" onMouseOut=\"MM_showHideLayers('Layer22','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
/*document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"10%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"95%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-elt-in2english.htm\" target=\"_self\" class=\"A6\">英语通网站</a></td>");
document.write("              </tr>");*/
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td  class=\"td1\">&nbsp;</td>");
document.write("                <td  class=\"td1\" height=\"25\"><a href=\"http://www.britishcouncil.org/accreditation/\" target=\"_blank\" class=\"A6\">在英国学英语</a></td>");
document.write("              </tr>");

document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-education-englishonline.htm/\" target=\"_blank\" class=\"A6\">英语在线网站</a></td>");
document.write("              </tr>");


document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer23','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer23','','hide')\"> ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-teaching.htm\" target=\"_self\" class=\"A6\">英语教学</a> ");
document.write("          <div id=\"Layer23\" style=\"position:absolute; width:180px; z-index:2; left: 164px; top: 104px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer23','','show')\" onMouseOut=\"MM_showHideLayers('Layer23','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
/*document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"10%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"95%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-elt-in2english.htm\" target=\"_self\" class=\"A6\">英语通网站</a></td>");
document.write("              </tr>");*/
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-teaching-resources.htm\" target=\"_self\" class=\"A6\">英语教学资源</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-education-teaching-english-trainingprojects.htm\" target=\"_self\" class=\"A6\">教师培训项目</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");

document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"13%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"79%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-elt-pep.htm\" target=\"_blank\" class=\"A6\">维和英语项目</a></td>");
document.write("        <td width=\"8%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");

document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer24','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer24','','hide')\" > ");
document.write("        <td>&nbsp;</td>");
document.write("        <td height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-education-sino-british-education-links.htm\" target=\"_self\" class=\"A6\">英中教育交流</a> ");
document.write("          <div id=\"Layer24\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 164px; top: 155px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer24','','show')\" onMouseOut=\"MM_showHideLayers('Layer24','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"10%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"95%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-schoollinks.htm\" target=\"_self\" class=\"A6\">校际往来</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-sinouklinks-vocational.htm\" target=\"_self\" class=\"A6\">职业教育</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-education-sinouklinks-basic.htm\" target=\"_self\" class=\"A6\">基础教育</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-education-sinouklinks-higher.htm\" target=\"_self\" class=\"A6\">高等教育合作</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
document.write("    </table>");
document.write("  </div>");
document.write("  <div id=serve3 style=\"position:absolute; width:180; height:30px; z-index:1000; left: 116px; ; top: 73px; visibility: hidden;\" onMouseOut=MM_showHideLayers('serve3','','hide') onMouseOver=MM_showHideLayers('serve3','','show')> ");
document.write("    <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"border:#98CB00 1px solid\">");
document.write("    <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"8%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"86%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-arts-activity.htm\" target=\"_self\" class=\"A6\">最新艺术主打活动</a></td>");
document.write("        <td width=\"6%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer31','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer31','','hide')\"> ");
document.write("        <td  class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"25\"  class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-arts-articles.htm\" target=\"_self\" class=\"A6\">艺述英伦</a> ");
document.write("          <div id=\"Layer31\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 164px; top: 26px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer31','','show')\" onMouseOut=\"MM_showHideLayers('Layer31','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("	      <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-arts-ukarts-music.htm\" target=\"_self\" class=\"A6\">音乐最新资讯</a></td>");
document.write("              </tr>");
document.write("	      <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-arts-ukarts-visualarts.htm\" target=\"_self\" class=\"A6\">视觉艺术最新资讯</a></td>");
document.write("              </tr>");
document.write("	      <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-arts-ukarts-fashionanddesign.htm\" target=\"_self\" class=\"A6\">时尚与设计最新资讯</a></td>");
document.write("              </tr>");
document.write("	      <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-arts-ukarts-film-2.htm\" target=\"_self\" class=\"A6\">电影最新资讯</a></td>");
document.write("              </tr>");
document.write("	      <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-arts-ukarts-literature.htm\" target=\"_self\" class=\"A6\">文学最新资讯</a></td>");
document.write("              </tr>");
document.write("	      <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"26\"><a href=\"http://www.britishcouncil.org/china-arts-ukarts-performingarts.htm\" target=\"_self\" class=\"A6\">戏剧与舞蹈最新资讯</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
document.write("    <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"8%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"86%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org.cn/ctc\" target=\"_blank\" class=\"A6\">中英文化连线</a></td>");
document.write("        <td width=\"6%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
document.write("    <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"8%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"86%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org.cn/designuk\" target=\"_blank\" class=\"A6\">设想英伦</a></td>");
document.write("        <td width=\"6%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
document.write("    <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"8%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"86%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-artsandculture-ukartsinchina-music.htm\" target=\"_self\" class=\"A6\">音乐前沿</a></td>");
document.write("        <td width=\"6%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
document.write("    <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"8%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"86%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-artsandculture-ukartsinchina-visualarts.htm\" target=\"_self\" class=\"A6\">视觉艺术</a></td>");
document.write("        <td width=\"6%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
/*
document.write("      <tr bgcolor=\"#FFFFFF\" onmouseover=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer32','','show')\" onmouseout=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer32','','hide')\">   ");
document.write("        <td width=\"10%\" class=\"td1\">&nbsp;</td>  ");
document.write("        <td width=\"82%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-artsandculture-ukartsinchina-dramaanddance.htm\" target=\"_self\" class=\"A6\">戏剧舞蹈</a>   ");
document.write("          <div id=\"Layer32\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 164px; top: 156px;; visibility: hidden\" onMouseOver=\"MM_showHideLayers('Layer32','','show')\" onMouseOut=\"MM_showHideLayers('Layer32','','hide')\">   ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-arts-drama_dance-news-2.htm\" target=\"_self\" class=\"A6\">英伦戏剧舞蹈新闻（2007年1月至7月）</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td>&nbsp;</td>  ");
document.write("                <td height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-artsandculture-dramaanddance-news1.htm\" target=\"_self\" class=\"A6\">英伦戏剧舞蹈新闻（2006年7月至12月）</a></td>  ");
document.write("              </tr>  ");
document.write("            </table>  ");
document.write("          </div></td>  ");
document.write("        <td width=\"8%\" height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>  ");
document.write("      </tr>  ");
*/
document.write("    <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"8%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"86%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-artsandculture-ukartsinchina-dramaanddance.htm\" target=\"_self\" class=\"A6\">戏剧舞蹈</a></td>");
document.write("        <td width=\"6%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
document.write("    <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"8%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"86%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-artsandculture-ukartsinchina-film.htm\" target=\"_self\" class=\"A6\">电影短片</a></td>");
document.write("        <td width=\"6%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
document.write("    <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"8%\">&nbsp;</td>");
document.write("        <td width=\"86%\" height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-artsandculture-ukartsinchina-literature.htm\" target=\"_self\" class=\"A6\">文学在线</a></td>");
document.write("        <td width=\"6%\" height=\"26\">&nbsp;</td>");
document.write("      </tr>");
document.write("    </table>");
document.write("  </div>");
document.write("  <div id=serve4 style=\"position:absolute; width:180px; height:30px; z-index:1000; left: 358px; top: 73px; visibility: hidden;\" onMouseOut=MM_showHideLayers('serve4','','hide') onMouseOver=MM_showHideLayers('serve4','','show')> ");
document.write("    <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"border:#98CB00 1px solid\">");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer41','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer41','','hide')\"> ");
document.write("        <td width=\"11%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"81%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-exams-ielts.htm\" target=\"_self\" class=\"A6\"><span class=\"yyy2\">IELTS</span>考试&nbsp;</a> ");
document.write("          <div id=\"Layer41\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 164px; top: 0px;; visibility: hidden\" onMouseOver=\"MM_showHideLayers('Layer41','','show')\" onMouseOut=\"MM_showHideLayers('Layer41','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-exams-ielts-news.htm\" target=\"_self\" class=\"A6\"><span class=\"yyy2\">IELTS</span>最新消息</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-exams-ielts-introduce.htm\" target=\"_self\" class=\"A6\">了解<span class=\"yyy2\">IELTS</span></a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-exams-ielts-howtoregister.htm\" target=\"_self\" class=\"A6\">如何报考<span class=\"yyy2\">IELTS</span></a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-exams-ielts-prepare.htm\" target=\"_self\" class=\"A6\">如何备考<span class=\"yyy2\">IELTS</span></a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-exams-ielts-onthetest-2005.htm\" target=\"_self\" class=\"A6\"><span class=\"yyy2\">IELTS</span>考试当天</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-exams-ielts-afterthetest.htm\" target=\"_self\" class=\"A6\"><span class=\"yyy2\">IELTS</span>考试之后</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td width=\"8%\" height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer42','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer42','','hide')\"> ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-exams-otherelexams.htm\" target=\"_self\" class=\"A6\"><span class=\"yyy2\">其他英语考试</span></a> ");
document.write("          <div id=\"Layer42\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 164px; top: 26px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer42','','show')\" onMouseOut=\"MM_showHideLayers('Layer42','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org.cn/zh/exams/bulats/\" target=\"_self\" class=\"A6\"><span class=\"yyy2\">BULATS</span></a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-exams-cae_cpe.htm\" target=\"_self\" class=\"A6\">CAE & CPE-剑桥通用英语考试</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-exams-toles.htm\" target=\"_self\" class=\"A6\">TOLES-法律英语水平考试</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-exams-icfe.htm\" target=\"_self\" class=\"A6\">ICFE-剑桥国际金融英语证书</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
document.write("	  <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer44','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer44','','hide')\"> ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-exams-professional.htm\" target=\"_self\" class=\"A6\">职业资格考试</a> ");
document.write("          <div id=\"Layer44\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 164px; top: 52px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer44','','show')\" onMouseOut=\"MM_showHideLayers('Layer44','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-exams-professional-examination_boards.htm\" target=\"_self\" class=\"A6\">职业资格考试介绍</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-exams-professional-services.htm\" target=\"_self\" class=\"A6\">考试服务</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td>&nbsp;</td>");
document.write("        <td height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-exams-school.htm\" target=\"_self\" class=\"A6\">教育考试服务</a></td>");
document.write("        <td height=\"26\">&nbsp;</td>");
document.write("      </tr>");
/*
document.write("	  <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer45','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer45','','hide')\"> ");
document.write("        <td>&nbsp;</td>");
document.write("        <td height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-exams-cae_cpe.htm\" target=\"_self\" class=\"A6\">CAE & CPE</a> ");
document.write("          <div id=\"Layer45\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 164px; top: 104px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer45','','show')\" onMouseOut=\"MM_showHideLayers('Layer45','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-exams-cae_cpe-cae.htm\" target=\"_self\" class=\"A6\">高级英语证书考试</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-exams-cae_cpe-cpe.htm\" target=\"_self\" class=\"A6\">熟练英语考试</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
*/
document.write("    </table>");
document.write("  </div>");
document.write("  <div id=serve5 style=\"position:absolute; width:180px; height:30px; z-index:1000; left: 442px; top: 73px; visibility: hidden;\" onMouseOut=MM_showHideLayers('serve5','','hide') onMouseOver=MM_showHideLayers('serve5','','show')> ");
document.write("    <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"border:#98CB00 1px solid\">");
document.write("      <tr bgcolor=\"#FFFFFF\" onmouseover=\"mOvr(this,'#98CB00')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("        <td width=\"11%\" class=\"td1\">&nbsp;</td>  ");
document.write("        <td width=\"83%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-activity.htm\" target=\"_self\" class=\"A6\">最新科技主打活动</a></td>  ");
document.write("        <td width=\"6%\" height=\"26\" class=\"td1\">&nbsp;</td>  ");
document.write("      </tr>  ");
document.write("      <tr bgcolor=\"#FFFFFF\" onmouseover=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer51','','show')\" onmouseout=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer51','','hide')\">   ");
document.write("        <td width=\"12%\" class=\"td1\">&nbsp;</td>  ");
document.write("        <td width=\"81%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-cubed.htm\" target=\"_self\" class=\"A6\">酷比科技</a> ");
document.write("          <div id=\"Layer51\" style=\"position:absolute; width:180px; z-index:2; left: 164px; top: 26px; visibility: hidden;\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer51','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer51','','hide')\">   ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">  ");
/*document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>  ");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-cubed-story-1.htm\" target=\"_self\" class=\"A6\">3D 考古</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-cubed-story-2.htm\" target=\"_self\" class=\"A6\">人造呼吸</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-cubed-story-3.htm\" target=\"_self\" class=\"A6\">动作感应电脑</a></td>  ");
document.write("              </tr>  ");
/*document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-cubed-story-4.htm\" target=\"_self\" class=\"A6\">电子鼻的大智慧</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-cubed-story-5.htm\" target=\"_self\" class=\"A6\">生命的韵律</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-cubed-story-6.htm\" target=\"_self\" class=\"A6\">立体太阳</a></td>  ");
document.write("              </tr>  ");*/
/*document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-cubed-story-4.htm\" target=\"_self\" class=\"A6\">声波炉</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-cubed-story-5.htm\" target=\"_self\" class=\"A6\">种植自己的汽车</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-cubed-story-5.htm\" target=\"_self\" class=\"A6\">激光能量</a></td>  ");
document.write("              </tr>  ");

document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td>&nbsp;</td>  ");
document.write("                <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-science-cubed-archive.htm\" target=\"_self\" class=\"A6\">内容回顾</a></td>  ");
document.write("              </tr>  ");*/
document.write("            </table>  ");
document.write("          </div></td>  ");
document.write("        <td width=\"6%\" height=\"26\" class=\"td1\">&nbsp;</td>  ");
document.write("      </tr>  ");
document.write("      <tr bgcolor=\"#FFFFFF\" onmouseover=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer53','','show')\" onmouseout=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer53','','hide')\">   ");
document.write("        <td height=\"25\" class=\"td1\">&nbsp;</td>  ");
document.write("        <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-projects.htm\" target=\"_self\" class=\"A6\">中英科技交流项目</a> <div id=\"Layer53\" style=\"position:absolute; width:180px; z-index:2; left: 164px; top: 52px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer53','','show')\" onMouseOut=\"MM_showHideLayers('Layer53','','hide')\">   ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org.cn/climatecool\" target=\"_blank\" class=\"A6\">气候酷派</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org.cn/cafescientifique\" target=\"_blank\" class=\"A6\">科技咖啡馆</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-projects-inys.htm\" target=\"_self\" class=\"A6\">国际青年科学家网</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-projects-ssexhibition.htm\" target=\"_self\" class=\"A6\">中英体育科技互动展</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-projects-dare2007-introduction.htm\" target=\"_self\" class=\"A6\">挑战数码时代2008</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-projects-museums.htm\" target=\"_self\" class=\"A6\">中英博物馆交流</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onmouseover=\"mOvr(this,'#FF6634')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td width=\"7%\">&nbsp;</td>  ");
document.write("                <td width=\"93%\" height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-science-projects-archives.htm\" target=\"_self\" class=\"A6\">以往项目回顾</a></td>  ");
document.write("              </tr>  ");
document.write("            </table>  ");
document.write("          </div></td>  ");
document.write("        <td height=\"25\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>  ");
document.write("      </tr>  ");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer54','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer54','','hide')\"> ");
document.write("        <td height=\"25\">&nbsp;</td>");
document.write("        <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-science-uksciencetoday.htm\" target=\"_self\" class=\"A6\">英国当代科技</a> ");
document.write("          <div id=\"Layer54\" style=\"position:absolute; width:180px; z-index:2; left: 164px; top: 77px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer54','','show')\" onMouseOut=\"MM_showHideLayers('Layer54','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-uksciencetoday-introduction.htm\" target=\"_self\" class=\"A6\">英国当代科技成就</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-uksciencetoday-organizationsandfunds.htm\" target=\"_self\" class=\"A6\">英国科技组织与基金</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-science-uksciencetoday-hotlinks.htm\" target=\"_self\" class=\"A6\">热门科技网站</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"25\" ><a href=\"http://www.britishcouncil.org/zh/science-publications-science-insight.htm\" target=\"_blank\" class=\"A6\">UK Insight</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"25\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
document.write("    </table>  ");
document.write("  </div>  ");
document.write("  <div id=serve6 style=\"position:absolute; width:180px; height:30px; z-index:1000; left: 528px; top: 73px; visibility: hidden;\" onMouseOut=MM_showHideLayers('serve6','','hide') onMouseOver=MM_showHideLayers('serve6','','show')> ");
document.write("    <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"border:#98CB00 1px solid\">");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"13%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"80%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-governanceintheuk.htm\" target=\"_self\" class=\"A6\">英国的法治与社会</a></td>");
document.write("        <td width=\"7%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer61','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer61','','hide')\"> ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-government_and_policy_innovation.htm\" target=\"_self\" class=\"A6\">政府和政策创新</a> ");
document.write("          <div id=\"Layer61\" style=\"position:absolute; width:180px; height:115px; z-index:2; top: 26px; left: -168px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer61','','show')\" onMouseOut=\"MM_showHideLayers('Layer61','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-modernising-government-cepa.htm\" target=\"_self\" class=\"A6\">中欧公共管理项目</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-hiv_aids.htm\" target=\"_self\" class=\"A6\">艾滋病防治项目</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-eu-china_social_security.htm\" target=\"_self\" class=\"A6\">中欧社会保障项目</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-modernising-government-uip.htm\" target=\"_self\" class=\"A6\">中英失业保险项目</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-anti-fraud.htm\" target=\"_self\" class=\"A6\">社会保险制度中的反诈骗</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-modernising-government-competition.htm\" target=\"_self\" class=\"A6\">竞争与监管</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-society-modernising-government-pavl.htm\" target=\"_self\" class=\"A6\">中英公共管理系列讲座</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer62','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer62','','hide')\"> ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-legal_innovation.htm\" target=\"_self\" class=\"A6\">法律创新</a> ");
document.write("          <div id=\"Layer62\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: -168px; top: 52px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer62','','show')\" onMouseOut=\"MM_showHideLayers('Layer62','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-access-to-justice-lctsyounglawyer.htm\" target=\"_self\" class=\"A6\">青年律师培训项目</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-governance-chinauklaw.htm\" target=\"_self\" class=\"A6\">中英法律在线</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-reform-of-re-education.htm\" target=\"_self\" class=\"A6\">中英劳动教养合作项目(2004-2006)</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-program-seniorpolice.htm\" target=\"_self\" class=\"A6\">高级中国警察培训项目(2006)</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-death-penalty-reviewing.htm\" target=\"_self\" class=\"A6\">死刑复核程序改革项目(2005-2007)</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td class=\"td1\" height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-society-project-introduction-justice.htm\" target=\"_self\" class=\"A6\">通过刑事审判程序改革促进司法公正(2005-2007)</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td class=\"td1\" height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-society-prison_management.htm\" target=\"_self\" class=\"A6\">加强监狱犯人权利保护(2005-2008)</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-society-international.htm\" target=\"_self\" class=\"A6\">中国负责刑罚监督检察官与国际监狱监督标准接轨</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer63','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer63','','hide')\"> ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-social-innovation.htm\" target=\"_self\" class=\"A6\">社会创新</a> ");
document.write("          <div id=\"Layer63\" style=\"position:absolute; width:180px; z-index:2; left: -168px; top: 78px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer63','','show')\" onMouseOut=\"MM_showHideLayers('Layer63','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-sino-british_social_innovation.htm\" target=\"_self\" class=\"A6\">中英社会创新项目</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-compact_project.htm\" target=\"_self\" class=\"A6\">COMPACT项目</a></td>");
document.write("              </tr>");
document.write("			  <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-civil-ngoevaluation.htm\" target=\"_self\" class=\"A6\">民间组织评估</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-society-civil-media.htm\" target=\"_self\" class=\"A6\">媒体项目</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
/*
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer64','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer64','','hide')\"> ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-human-rights.htm\" target=\"_self\" class=\"A6\">人权</a> ");
document.write("          <div id=\"Layer64\" style=\"position:absolute; width:180px; z-index:2; left: -168px; top: 104; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer64','','show')\" onMouseOut=\"MM_showHideLayers('Layer64','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-human-rights-chevening-scholarships.htm\" target=\"_self\" class=\"A6\">志奋领人权奖学金</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-society-human-rights-core-textbook.htm\" target=\"_self\" class=\"A6\">人权核心教科书</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"13%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"80%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-private-sector-development.htm\" target=\"_self\" class=\"A6\">私有部门的发展</a></td>");
document.write("        <td width=\"7%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
*/

document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"13%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"80%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org.cn/bbs/touchuk/\" target=\"_self\" class=\"A6\">探索社会创新网站</a></td>");
document.write("        <td width=\"7%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");

document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer65','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer65','','hide')\" > ");
document.write("        <td>&nbsp;</td>");
document.write("        <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-society-publications.htm\" target=\"_self\" class=\"A6\">出版物</a> ");
document.write("          <div id=\"Layer65\" style=\"position:absolute; width:180px; z-index:2; left: -168px; top: 104px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer65','','show')\" onMouseOut=\"MM_showHideLayers('Layer65','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-society-publications-special-column.htm\" target=\"_self\" class=\"A6\">检察日报专栏</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-society-publications-reform.htm\" target=\"_self\" class=\"A6\">《法制与管理》</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"25\" ><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
document.write("    </table>");
document.write("  </div>");
document.write("<div id=serve7 style=\"position:absolute; width:180px; height:30px; z-index:1000; left: 0px; top: 73px; visibility: hidden;\" onMouseOut=MM_showHideLayers('serve7','','hide') onMouseOver=MM_showHideLayers('serve7','','show')> ");
document.write("    <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"border:#98CB00 1px solid\">");
/*
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer75','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer75','','hide')\"> ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-discoveruk-northernireland.htm\" target=\"_self\" class=\"A6\">拥抱英国-北爱尔兰季</a> ");
document.write("          <div id=\"Layer75\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 166px; top: 0px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer75','','show')\" onMouseOut=\"MM_showHideLayers('Layer75','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("	      <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.educationuk.cn/discoveruk/northernireland/\" target=\"_blank\" class=\"A6\">北爱尔兰教育</a></td>");
document.write("              </tr>");
document.write("	      <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-northernireland-facts.htm\" target=\"_self\" class=\"A6\">你所不知的北爱尔兰</a></td>");
document.write("              </tr>");
document.write("	      <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-northernireland-arts.htm\" target=\"_self\" class=\"A6\">北爱尔兰的艺术生活</a></td>");
document.write("              </tr>");
document.write("	      <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-northernireland-literature.htm\" target=\"_self\" class=\"A6\">文学</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
*/
document.write("      <tr bgcolor=\"#FFFFFF\" onmouseover=\"mOvr(this,'#98CB00')\" onmouseout=\"mOut(this,'#FFFFFF')\">   ");
document.write("        <td width=\"8%\" class=\"td1\">&nbsp;</td>  ");
document.write("        <td width=\"86%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-ukheadline.htm\" target=\"_self\" class=\"A6\">英国新闻头条</a></td>  ");
document.write("        <td width=\"6%\" height=\"26\" class=\"td1\">&nbsp;</td>  ");
document.write("      </tr>  ");


document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer73','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer73','','hide')\">   ");
document.write("        <td class=\"td1\">&nbsp;</td>  ");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-geography.htm\" target=\"_self\" class=\"A6\">地理城市</a>   ");
document.write("          <div id=\"Layer73\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 166px; top: 26px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer73','','show')\" onMouseOut=\"MM_showHideLayers('Layer73','','hide')\">   ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">  ");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>  ");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-geography-capitalcity.htm\" target=\"_self\" class=\"A6\">首都城市</a></td>  ");
document.write("              </tr>  ");

document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-geography-weather.htm\" target=\"_self\" class=\"A6\">地理和气候环境</a></td>  ");
document.write("              </tr>  ");
document.write("            </table>  ");
document.write("          </div></td>  ");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>  ");
document.write("      </tr>  ");


document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer74','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer74','','hide')\">   ");
document.write("        <td class=\"td1\">&nbsp;</td>  ");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-tourism.htm\" target=\"_self\" class=\"A6\">旅游休闲</a>   ");
document.write("          <div id=\"Layer74\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 166px; top: 52px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer74','','show')\" onMouseOut=\"MM_showHideLayers('Layer74','','hide')\">   ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">  ");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>  ");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-tourism-hotsites.htm\" target=\"_self\" class=\"A6\">旅游热点</a></td>  ");
document.write("              </tr>  ");

document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-tourism-selections.htm\" target=\"_self\" class=\"A6\">精选线路</a></td>  ");
document.write("              </tr>  ");

document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-tourism-sports.htm\" target=\"_self\" class=\"A6\">体育休闲</a></td>  ");
document.write("              </tr>  ");

document.write("            </table>  ");
document.write("          </div></td>  ");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>  ");
document.write("      </tr>  ");


document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer75','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer75','','hide')\">   ");
document.write("        <td class=\"td1\"> &nbsp;</td>  ");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-art.htm\" target=\"_self\" class=\"A6\">文化艺术</a>   ");
document.write("          <div id=\"Layer75\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 166px; top: 78px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer75','','show')\" onMouseOut=\"MM_showHideLayers('Layer75','','hide')\">   ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">  ");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>  ");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-art-culture.htm\" target=\"_self\" class=\"A6\">民俗文化</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-art-festival.htm\" target=\"_self\" class=\"A6\">节日盛典</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-art-history.htm\" target=\"_self\" class=\"A6\">历史政治</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-art-literature.htm\" target=\"_self\" class=\"A6\">语言文学</a></td>  ");
document.write("              </tr>  ");
document.write("	      <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-art-museum.htm\" target=\"_self\" class=\"A6\">博物馆</a></td>  ");
document.write("              </tr>  ");
document.write("            </table>  ");
document.write("          </div></td>  ");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>  ");
document.write("      </tr>  ");

document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer76','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer76','','hide')\">   ");
document.write("        <td class=\"td1\">&nbsp;</td>  ");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-fooddrinks.htm\" target=\"_self\" class=\"A6\">美酒佳肴</a>   ");
document.write("          <div id=\"Layer76\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 166px; top: 104px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer76','','show')\" onMouseOut=\"MM_showHideLayers('Layer76','','hide')\">   ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">  ");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>  ");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-fooddrink-whisky.htm\" target=\"_self\" class=\"A6\">威士忌</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-fooddrink-food.htm\" target=\"_self\" class=\"A6\">美食</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-fooddrink-brands.htm\" target=\"_self\" class=\"A6\">品牌 &amp; DIY</a></td>  ");
document.write("              </tr>  ");
document.write("            </table>  ");
document.write("          </div></td>  ");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>  ");
document.write("      </tr>  ");



document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer72','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer72','','hide')\">   ");
document.write("        <td class=\"td1\">&nbsp;</td>  ");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-trenduk.htm\" target=\"_self\" class=\"A6\">缤纷英国</a>   ");
document.write("          <div id=\"Layer72\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 166px; top: 130px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer72','','show')\" onMouseOut=\"MM_showHideLayers('Layer72','','hide')\">   ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">  ");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>  ");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-trenduk-foodanddrink.htm\" target=\"_self\" class=\"A6\">饮食全方位</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-trenduk-uktoday.htm\" target=\"_self\" class=\"A6\">热点新观察</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-trenduk-lifeuk.htm\" target=\"_self\" class=\"A6\">学并工作着</a></td>  ");
document.write("              </tr>  ");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-trenduk-advancesintech.htm\" target=\"_self\" class=\"A6\">科技万花筒</a></td>  ");
document.write("              </tr>  ");
document.write("	      <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-trenduk-citiesandplacesbeyond.htm\" target=\"_self\" class=\"A6\">旅游风向标</a></td>  ");
document.write("              </tr>  ");
document.write("	      <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\">   ");
document.write("                <td class=\"td1\">&nbsp;</td>  ");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-trenduk-uklifestyle.htm\" target=\"_self\" class=\"A6\">时尚生活秀</a></td>  ");
document.write("              </tr>  ");
document.write("            </table>  ");
document.write("          </div></td>  ");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>  ");
document.write("      </tr>  ");
/*
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer77','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer77','','hide')\"> ");
document.write("        <td>&nbsp;</td>");
document.write("        <td height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-footballculture.htm\" target=\"_self\" class=\"A6\">足球文化</a> ");
document.write("          <div id=\"Layer77\" style=\"position:absolute; width:180px; height:115px; z-index:2; left: 166px; top: 52px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer77','','show')\" onMouseOut=\"MM_showHideLayers('Layer77','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-footballculture-colour.htm\" target=\"_self\" class=\"A6\">颜色</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-footballculture-fans.htm\" target=\"_self\" class=\"A6\">球迷</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-footballculture-players-2.htm\" target=\"_self\" class=\"A6\">球员</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"25\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-footballculture-teams.htm\" target=\"_self\" class=\"A6\">球队</a></td>");
document.write("              </tr>");
document.write("	      <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-aboutuk-footballculture-insiders.htm\" target=\"_self\" class=\"A6\">圈内人</a></td>");
document.write("              </tr>");*/
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\"></td>");
document.write("      </tr>");

document.write("    </table>  ");
document.write("  </div>  ");

document.write("  <div id=serve8 style=\"position:absolute; width:180px; height:30px; z-index:1000; left: 590px; top: 99px; visibility: hidden;\" onMouseOut=MM_showHideLayers('serve8','','hide') onMouseOver=MM_showHideLayers('serve8','','show')> ");
document.write("    <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"border:#98CB00 1px solid\">");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer81','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer81','','hide')\"> ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-about-us-where-we-are-in-china.htm\" target=\"_self\" class=\"A6\">联系我们</a> ");
document.write("          <div id=\"Layer81\" style=\"position:absolute; width:180px; z-index:2; left: -168px; top:0px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer81','','show')\" onMouseOut=\"MM_showHideLayers('Layer81','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-about-us-where-we-are-in-china-beijing-centre.htm\" target=\"_self\" class=\"A6\">北京办公室信息中心</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-about-us-where-we-are-in-china-shanghai-centre.htm\" target=\"_self\" class=\"A6\">上海办公室信息中心</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-about-us-where-we-are-in-china-guangzhou-centre.htm\" target=\"_self\" class=\"A6\">广州办公室信息中心</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-about-us-where-we-are-in-china-chongqing-centre.htm\" target=\"_self\" class=\"A6\">重庆办公室信息中心</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
document.write("    <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"8%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"86%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-about-us-who-we-are.htm\" target=\"_self\" class=\"A6\">机构简介</a></td>");
document.write("        <td width=\"6%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"8%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"86%\" height=\"26\" class=\"td1\"><a href=\"/bbs\" target=\"_blank\" class=\"A6\">英国文化协会e站论坛</a></td>");
document.write("        <td width=\"6%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"8%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"86%\" height=\"26\" class=\"td1\"><a href=\"/events\" target=\"_blank\" class=\"A6\">最新热门主打活动</a></td>");
document.write("        <td width=\"6%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td width=\"8%\" class=\"td1\">&nbsp;</td>");
document.write("        <td width=\"86%\" height=\"26\" class=\"td1\"><a href=\"/epage/chinese/\" target=\"_blank\" class=\"A6\">订阅免费电子杂志</a></td>");
document.write("        <td width=\"6%\" height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutus-jobvacancy.htm\" target=\"_self\" class=\"A6\">工作机会</a></td>");
document.write("        <td height=\"26\" class=\"td1\">&nbsp;</td>");
document.write("      </tr>");
document.write("	  <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('Layer83','','show')\" onMouseOut=\"mOut(this,'#FFFFFF');MM_showHideLayers('Layer83','','hide')\" > ");
document.write("        <td class=\"td1\">&nbsp;</td>");
document.write("        <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutus-sponsorship.htm\" target=\"_self\" class=\"A6\">与我们合作</a> ");
document.write("          <div id=\"Layer83\" style=\"position:absolute; width:180px; z-index:2; left: -168px; top: 104Px; visibility: hidden;\" onMouseOver=\"MM_showHideLayers('Layer83','','show')\" onMouseOut=\"MM_showHideLayers('Layer83','','hide')\"> ");
document.write("            <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"  style=\"border:#98CB00 1px solid\">");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutus-sponsorship-whatwecanoffer.htm\" target=\"_self\" class=\"A6\">最新赞助机会</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td class=\"td1\">&nbsp;</td>");
document.write("                <td height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutus-sponsorships-whyworkwithus.htm\" target=\"_self\" class=\"A6\">为什么与我们合作</a></td>");
document.write("              </tr>");
document.write("			  <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutus-sponsorbenefits-ouraudience.htm\" target=\"_self\" class=\"A6\">共同的目标观众</a></td>");
document.write("              </tr>");
document.write("			  <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td width=\"7%\" class=\"td1\">&nbsp;</td>");
document.write("                <td width=\"93%\" height=\"26\" class=\"td1\"><a href=\"http://www.britishcouncil.org/zh/china-aboutus-sponsorship-businesspartners.htm\" target=\"_self\" class=\"A6\">合作伙伴</a></td>");
document.write("              </tr>");
document.write("              <tr onMouseOver=\"mOvr(this,'#FF6634')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("                <td>&nbsp;</td>");
document.write("                <td height=\"25\"><a href=\"http://www.britishcouncil.org/zh/china-aboutus-sponsorcontact.htm\" target=\"_self\" class=\"A6\">联系我们</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </div></td>");
document.write("        <td height=\"26\" class=\"td1\"><img src=/comm/images/global-common-arrow-small.gif border=\"0\" name=\"Image888\"></td>");
document.write("      </tr>");
/*document.write("      <tr bgcolor=\"#FFFFFF\" onMouseOver=\"mOvr(this,'#98CB00')\" onMouseOut=\"mOut(this,'#FFFFFF')\"> ");
document.write("        <td>&nbsp;</td>");
document.write("        <td height=\"26\"><a href=\"http://www.britishcouncil.org/zh/china-aboutus-webpartners.htm\" target=\"_self\" class=\"A6\">合作网站</a></td>");
document.write("        <td height=\"26\">&nbsp;</td>");
document.write("      </tr>");*/
document.write("    </table>");
document.write("  </div>");
document.write("</div>");
document.write("");
document.write("<TABLE CELLSPACING=\"0\" CELLPADDING=\"0\" BORDER=\"0\" WIDTH=\"770\" HEIGHT=\"27\">");
document.write("<TR BGCOLOR=\"#FFFFFF\">");
document.write("	<form name=\"frmSearch\" id=\"frmSearch\" method=\"post\" action=\"http://www.britishcouncil.org/zh/china-search-results.htm\">");
document.write("	<input type=\"hidden\" name=\"stat\" id=\"stat\" value=\"0\">");
document.write("	<input type=\"hidden\" name=\"searchType\" id=\"searchType\" value=\"simple\">");
document.write("	<input type=\"hidden\" name=\"txtStartAt\" id=\"txtStartAt\" value=\"1\">");
document.write("	<input type=\"hidden\" name=\"languagetype\" id=\"languagetype\" value=\"zhutf8\">");
document.write("	<input type=\"hidden\" name=\"country\" id=\"country\" value=\"china\">");
document.write("	<input type=\"hidden\" name=\"NResults\" id=\"NResults\" value=\"10\">");
document.write("	<input type=\"hidden\" name=\"language\" id=\"language\" value=\"UTF8\">");
document.write("	<td valign=\"middle\"><img src=\"/zh/images/spacer.gif\" width=\"13\"></td>");
/*
document.write("	<td valign=\"middle\" align=\"left\"><a href=\"http://transcoder.usablenet.com/tt/http://www.britishcouncil.org/zh/china.jsp\" class=\"contenttext_banner\"><b>纯文字版</b></a><img src=\"spacer.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\" \"></td>	");
*/
document.write("	<td width=\"150\" valign=\"middle\" align=\"left\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("	<tr>");
document.write("		<td><img src=\"/zh/images/spacer.gif\" height=\"6\" width=\"6\"></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td valign=\"middle\" align=\"left\"><a href=\""+switch_url+"\"><img src=\"/zh/images/china-structure-30x15-flag.gif\" width=\"30\" height=\"15\" alt=\"英文版\" border=0 align=\"absmiddle\"></a><img src=\"/zh/images/spacer.gif\" width=\"5\" height=\"1\" border=\"0\" alt=\" \"><a href=\""+switch_url+"\" class=\"footertext_banner\">English Version</a></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td><img src=\"/zh/images/spacer.gif\" height=\"6\" width=\"6\"></td>");
document.write("	</tr>");
document.write("</table></td>");
/*
document.write("	<td valign=\"middle\" align=\"left\"><img src=\"/zh/images/spacer.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\" \"><a href=\"http://www.britishcouncil.org/zh/china.jsp?printout=1\" target=\"_blank\" class=\"footertext_banner\">打印</a><img src=\"/zh/images/spacer.gif\" width=\"5\">|<img src=\"/zh/images/spacer.gif\" width=\"5\">");
*/
document.write("	<td valign=\"middle\" align=\"left\">");
function checklogin(form)
{
	if ((form.LogonName.value!=null)&&(form.LogonName.value!="")) {
		//form.submit();
	}else {
		alert("请输入用户名");
		form.LogonName.focus();
		return false;
	}
	if ((form.Password.value!=null)&&(form.Password.value!="")) {
		form.submit();
	}else {
		alert("请输入密码");
		form.Password.focus();
		return false;
	}
}

function isPPC() {
if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
if(isPPC()) {
document.write('<A class=\"footertext_banner"\ HREF=\\"mailto\:\?subject=This URL may be of interest to you. It is called china\?body=You can view this page at: ' + window.location + '\">推荐给好友</A>') ;
}
else { 
document.write('<A class=\"footertext_banner"\ HREF=\"mailto\:\?body=This URL may be of interest to you. It is called china. You can view this page at: ' + window.location + '\">推荐给好友</A>') ;
}

// End -->
document.write("<img src=\"/zh/images/spacer.gif\" width=\"5\">|<img src=\"/zh/images/spacer.gif\" width=\"5\"><a class=\"footertext_banner\"  href=\"#\" onclick=\"bookmark('' + window.location + '', 'British Council China'); return false;\">加入收藏夹</a><img src=\"/zh/images/spacer.gif\" width=\"5\"></td>");
/*
document.write("<img src=\"/zh/images/spacer.gif\" width=\"5\">|<img src=\"/zh/images/spacer.gif\" width=\"5\"><a class=\"footertext_banner\"  href=\"#\" onclick=\"bookmark('' + window.location + '', 'British Council China'); return false;\">加入收藏夹</a><img src=\"/zh/images/spacer.gif\" width=\"5\">|<img src=\"/zh/images/spacer.gif\" width=\"5\"><a href=\"http://search.britishcouncil.org/multi/suggest_docs.asp?docURL=http://www.britishcouncil.org/china.jsp&country=china&txtquerytype=2&languagetype=zhutf8\" class=\"footertext_banner\" TARGET=\"popup\" ONCLICK=\"openSearchPopup();\">更多相关网页</a></td>");
*/
document.write("	<td valign=\"middle\" align=\"right\"><img src=\"/zh/images/spacer.gif\" width=\"15\"><input type=\"text\" name=\"txtQueryString\" id=\"txtQueryString\" size=\"15\" maxlength=\"1000\" value=\"输入关键字\" onFocus='this.value=\"\"' onBlur='if(this.value==\"\"){this.value=\"输入关键字\"}'><input type=\"submit\" value=\"搜索\"></TD>");
document.write("	</form>");
document.write("</TR>");
document.write("</TABLE>");
document.write("");
document.write("<table width=\"770\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#98CB00\">");
document.write("  <TR> ");
document.write("    <TD HEIGHT=\"52\"> <TABLE CELLSPACING=\"0\" CELLPADDING=\"0\" BORDER=\"0\" WIDTH=\"100%\" BGCOLOR=\"#98CB00\">");
document.write("        <TR> ");
document.write("          <TD WIDTH=\"395\" VALIGN=\"bottom\"><a href=\"http://www.britishcouncil.org.cn/zh/china.htm\"><img src=\"/comm/images/china-logo-top-bar.jpg\" width=\"395\" height=\"52\" alt=\"英国文化协会中国网站首页\" border=\"0\"></a></TD>");
if(document.URL.indexOf("/epage")==-1){
	document.write("            <TD WIDTH=\"375\" VALIGN=\"bottom\" ALIGN=\"right\"> 	");
	document.write("              <table width=\"250\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"register\" >");
	document.write("              <tr> ");
	document.write("                <form name=\"login_frm2\" method=\"post\" action=\"/member/logined.jsp\">");
	document.write("                  <input type=\"hidden\" name=\"operation\" value=\"loginpln\">");
	document.write("                  <input type=\"hidden\" name=\"repath\" value=\"/epage/chinese/welcome.jsp\">");
	document.write("                  <td width=\"116\" valign=\"bottom\">用户名: ");
	document.write("                    <input type=\"text\" name=\"LogonName\" style=\"BACKGROUND-COLOR: #F5FFE5; BORDER-BOTTOM: #ffffff 1px groove; BORDER-LEFT: #ffffff 1px groove; BORDER-RIGHT: #ffffff 1px groove; BORDER-TOP: #ffffff 1px groove; COLOR: #000000; FONT: 12px Verdana,Geneva,sans-serif; HEIGHT: 16px; \" size=8> ");
	document.write("                  </td>");
	document.write("                  <td width=\"116\" valign=\"bottom\">密　码: ");
	document.write("                    <input type=\"password\" name=\"Password\" style=\"BACKGROUND-COLOR: #F5FFE5; BORDER-BOTTOM: #ffffff 1px groove; BORDER-LEFT: #ffffff 1px groove; BORDER-RIGHT: #ffffff 1px groove; BORDER-TOP: #ffffff 1px groove; COLOR: #000000; FONT: 12px Verdana,Geneva,sans-serif; HEIGHT: 16px; \" size=8  onKeyPress=\"if (window.event.keyCode==13) {checklogin(login_frm2);return false;}\"> ");
	document.write("                  </td>");
	document.write("                  <td width=\"22\"><a href=\"javascript:void(checklogin(login_frm2));\"><img src=\"/comm/images/go_palette04.gif\" width=\"22\" height=\"22\" border=\"0\"></a></td>");
	document.write("                </form>");
	document.write("              </tr>");
	document.write("            </table> </TD>");
}
document.write("        </TR>");
document.write("      </TABLE></TD>");
document.write("  </TR>");
document.write("  <tr> ");
document.write("    <td><table width=\"770\" height=\"21\" border=0 cellpadding=0 cellspacing=0 bordercolordark=\"#669900\" >");
document.write("        <tr align=\"center\" bgcolor=\"#669900\"> ");
document.write("          <td width=117 bgcolor=\"#669900\" class=\"td\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('serve7','','show')\" onMouseOut=\"mOut(this,'#669900');MM_showHideLayers('serve7','','hide')\" > ");
document.write("            <a href=\"http://www.britishcouncil.org/zh/china-about-the-uk.htm\" class=\"A7\">英国概况</a></td>");
document.write("          <td width=142 bgcolor=\"#669900\" class=\"td\"  onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('serve3','','show')\" onMouseOut=\"mOut(this,'#669900');MM_showHideLayers('serve3','','hide')\" > ");
document.write("            <a href=\"http://www.britishcouncil.org/zh/china-arts.htm\" class=\"A7\">文化艺术</a></td>");
document.write("          <td width=99 class=\"td\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('serve2','','show')\" onMouseOut=\"mOut(this,'#669900');MM_showHideLayers('serve2','','hide')\" > ");
document.write("            <a href=\"http://www.britishcouncil.org/zh/china-education.htm\" class=\"A7\">教育</a></td>");
document.write("          <td width=84 bgcolor=\"#669900\" class=\"td\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('serve4','','show')\" onMouseOut=\"mOut(this,'#669900');MM_showHideLayers('serve4','','hide')\" > ");
document.write("            <a href=\"http://www.britishcouncil.org/zh/china-exams.htm\" class=\"A7\">考试</a></td>");
document.write("          <td width=86 class=\"td\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('serve5','','show')\" onMouseOut=\"mOut(this,'#669900');MM_showHideLayers('serve5','','hide')\" > ");
document.write("            <a href=\"http://www.britishcouncil.org/zh/china-science.htm\" class=\"A7\">科技</a></td>");
document.write("          <td width=145 class=\"td\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('serve6','','show')\" onMouseOut=\"mOut(this,'#669900');MM_showHideLayers('serve6','','hide')\" > ");
document.write("            <a href=\"http://www.britishcouncil.org/zh/china-governance.htm\" class=\"A7\">法治与社会</a></td>");
document.write("          <td width=97 bgcolor=\"#669900\" class=\"td\" onMouseOver=\"mOvr(this,'#98CB00');MM_showHideLayers('serve8','','show')\" onMouseOut=\"mOut(this,'#669900');MM_showHideLayers('serve8','','hide')\" > ");
document.write("            <a href=\"http://www.britishcouncil.org/zh/china-about-us.htm\" class=\"A7\">关于我们</a></td>");
document.write("        </tr>");
document.write("      </table></td>");
document.write("  </tr>");
document.write("</table>");