function getCookieVal_ (offset)
{
     var endstr = document.cookie.indexOf (";", offset);
     if (endstr == -1)
     endstr = document.cookie.length;
     return unescape(document.cookie.substring(offset, endstr));
}

function GetCookie_ (name) {
     var arg = name + "=";
     var alen = arg.length;
     var clen = document.cookie.length;
     var i = 0;
     while (i < clen) {
          var j = i + alen;
          if (document.cookie.substring(i, j) == arg)
          return getCookieVal_ (j);
          i = document.cookie.indexOf(" ", i) + 1;
          if (i == 0) break;
     }
     return "";
}
//jsp js ÓïÑÔ°æ±¾µÄ¸ü»»
document.write("<script src=\"/js/languagecookie.js\"></script>");


document.write("<table width=\"778\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("<tr>");
document.write("<td style=\"padding:5px 0px 3px 0px;\"><div class=\"language_left\"><a href=\"/ChangeLanguage.do?language=en&repath=/\"><span class=\"language_color\">E</span>nglish</a> | <a href=\"/ChangeLanguage.do?language=zh&repath=/\"><span class=\"language_color\">C</span>hinese</a></div>");

document.write("<div class=\"language_right\">");
if(GetCookie_("LOGONNAME")!='')
{
	//document.write("Hi <a href='/register/member_edit.jsp'>"+GetCookie_("LOGONNAME")+"</a>  | <a href=\"/logout.do\"> Withdraw</a> | ");
	document.write("Hi <a href='http://www.pi-ukchina.org.cn/register/member_edit.jsp'>"+GetCookie_("LOGONNAME")+"</a>  | <a href=\"http://www.pi-ukchina.org.cn/logout.do\"> Withdraw</a> | ");
}
else
{
	document.write("<a href=\"#\" onClick=\"this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.pi-ukchina.org/');return(false);\" style=\"BEHAVIOR: url(#default#homepage)\">Home</a> | ");
	document.write("<a href=\"#\" onClick=\"javascript:window.external.AddFavorite('http://www.pi-ukchina.org/', 'PI UKChina')\">Collections</a> | ");
}

document.write("<a href=\"http://www.pi-ukchina.org.cn/help/help.jsp\">Help</a></div></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td height=\"1\" background=\"http://www.pi-ukchina.org.cn/images/img-line.gif\"><img src=\"http://www.pi-ukchina.org.cn/images/spacer.gif\" width=\"1\" height=\"1\" /></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td height=\"76\"><div style=\"float:left\"><a href=\"http://www.pi-ukchina.org.cn\"><img src=\"http://www.pi-ukchina.org.cn/images/piuk-logo.jpg\" alt=\"PI-UKChina\" border=\"0\" /></a></div>");
document.write("<div style=\"float:right\"><a href=\"http://www.britishcouncil.org.cn/\" target=\"_blank\"><img src=\"http://www.pi-ukchina.org.cn/images/bc-logo.jpg\" alt=\"British Council China\" border=\"0\" /></a></div></td>");
document.write("</tr>");
document.write("</table>");

document.write("<table width=\"778\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"border-top:1px solid #C4C4C4; border-left:1px solid #C4C4C4; border-right:1px solid #C4C4C4;\">");
document.write("<tr>");
document.write("<td valign=\"top\" style=\"padding:1px 1px 0px 1px;\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("<tr>");
document.write("<td background=\"http://www.pi-ukchina.org.cn/images/menu_background.gif\"><div class=\"");
if(document.URL.indexOf("register/register_info.")!=-1) 
document.write("menuon_inc"); 
else 
document.write("menuoff_inc");
document.write("\"><a href=\"http://www.pi-ukchina.org.cn/en/register/register_info.jsp\">Registration </a></div><div class=\"");
if(document.URL.indexOf("login.")!=-1) 
document.write("menuon_inc"); 
else 
document.write("menuoff_inc");
document.write("\"><a href=\"http://www.pi-ukchina.org.cn/en/login.jsp\">Login</a></div><div class=\"");
if(document.URL.indexOf("register/getpwd.")!=-1) 
document.write("menuon_inc"); 
else 
document.write("menuoff_inc");
document.write("\"><a href=\"http://www.pi-ukchina.org.cn/en/register/getpwd.jsp\">Forgot password</a></div><div class=\"");
if(document.URL.indexOf("help.")!=-1) 
document.write("menuon_inc"); 
else 
document.write("menuoff_inc");
document.write("\"><a href=\"http://www.pi-ukchina.org.cn/en/help/help.jsp\">Help</a></div><div class=\"");
if(document.URL.indexOf("newtribe")!=-1) 
document.write("menuon_inc"); 
else 
document.write("menuoff_inc");
document.write("\"><a href=\"http://www.pi-ukchina.org.cn/en\">Back to PI-UKChina Homepage</a></div></td>");
document.write("</tr>");
document.write("</table></td>");
document.write("</tr>");
document.write("</table>");
document.write("<table width=\"778\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("<tr>");
document.write("<td bgcolor=\"#D73037\"><img src=\"http://www.pi-ukchina.org.cn/images/spacer.gif\" width=\"1\" height=\"2\" /></td>");
document.write("</tr>");
document.write("</table>");
document.write("<div style=\"height:10px\"><c></div>");