var base="http://www.ptec.com.hk/";







function writeBar(path) {

tmpPath=document.location.href.replace(base,'');

tmpPath='c_index.cgi';



document.write('      <table width="100%" border="0" cellpadding="0" cellspacing="0" class="etext">');



document.write('              <!--DWLayoutTable-->');



document.write('              <tr> ');



document.write('                <td height="21"> <div align="right" class="etext3"> ');



document.write('                    <table width="46%" border="0" cellpadding="0" cellspacing="0" class="htext">');



document.write('                      <!--DWLayoutTable-->');



document.write('                      <tr> ');



document.write('                        <td width="66" height="13"></td>');



document.write('                        <td width="50" valign="top"><div align="center"><a href="' + base + path + '" target="_blank">[Print Page]</a></div></td>');



document.write('                        <td width="50" valign="top"><div align="center"><a href="' + base + tmpPath + '" target="_self">[¤¤¤å]</a></div></td>');



document.write('                        <td width="50" valign="top"><div align="center"><a href="site/index.cgi" target="_self">[Site Map]</a></div></td>');



document.write('                        <td width="17"></td>');



document.write('                      </tr>');



document.write('                   </table>');



document.write('                  </div>');



document.write('                  </td>');



document.write('              </tr>');



document.write('      </table>');



}



