var url=document.URL;
lang_url=url.substring(url.lastIndexOf("\\")+1,url.length-3);
lang_url=lang_url+".zh";

s="<table style='width: 100%;' border='0' cellpadding='0' cellspacing='0'>";
s+="  <tbody>";
s+="    <tr>";
s+="      <td class='Header' valign='middle'><a href='http://www2.cpttm.org.mo/cyberlab/index.html.en'>";
s+="         <img src='http://www2.cpttm.org.mo/cyberlab/images/cyberlabheader.gif' alt='CPTTM'></a></td>";
s+="      <td colspan='4' class='Header' valign='top'><!-- Top Right Corner Menu bar -->";
s+="      <table style='width: 100%;' border='0' cellpadding='0' cellspacing='0'>";
s+="        <tbody>";
s+="          <tr>";
s+="            <td width='100%' style='text-align: right;'> ";
s+="	    <a style='color: white;' href='http://www.cpttm.org.mo/entry/english/index.htm'>Home</a>|&nbsp; ";
s+="	    <a style='color: white;' href='http://www2.cpttm.org.mo/cyberlab/license.html.en'>License</a>|&nbsp; ";
s+="	    <a href='"+lang_url+"' style='color: white;'>&#20013;&#25991;</a>";
s+="               </td>";
s+="          <td  valign='top'><img src='http://www2.cpttm.org.mo/cyberlab/menu_images/curve.gif' alt='' height='21' width='23'></td>";
s+="          </tr>";
s+="        </tbody>";
s+="      </table>";
s+="      </td>";
s+="    </tr>";
s+="	<tr><td class='title' height='25'>";
s+=document.title;
s+="	</td><td style='background-color: #c3d3e5'></td></tr>";
s+="  </tbody>";
s+="</table>";


document.write(s);
