var base="http://www.ptec.com.hk/";



function writeMenuB(item) {

	document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0">');

	document.write('        <tr> ');

	document.write('          <td width="158" height="15"></td>');

	document.write('        </tr>');

	document.write('        <tr>');

	document.write('          <td height="340" valign="top" class="etext2"><p><span class="etext"><a href="' + base + 'index.cgi" target="_parent"><strong>Home</strong></a><br>');

	document.write('              --------------------------<br></span>');



	if (item == "Expertise") {

		document.write('              <span class="ntext">');

	} else {

		document.write('              <span class="etext">');

	}

	

	document.write('				<a href="expertise/index.cgi" name="link9" id="link1" onMouseOver="MM_showMenu(window.mm_menu_0407151211_0,63,3,null,\'link9\')" onMouseOut="MM_startTimeout();">');

	document.write('				<strong>Expertise</strong></a></span><br>');



	if (item == "Services") {

		document.write('              <span class="ntext">');

	} else {

		document.write('              <span class="etext">');

	}



	document.write('              <a href="' + base + 'services/index.cgi" name="link7" id="link3" onMouseOver="MM_showMenu(window.mm_menu_0407160515_0,41,7,null,\'link7\')" onMouseOut="MM_startTimeout();"><strong>Services</strong></a></span><br>');

	document.write('              <span class="etext">');

	document.write('              <a href="' + base + 'faq/index.cgi" target="_self"><strong>Frequently Asked Questions</strong></a><br>');

	document.write('              <a href="' + base + 'client_list/index.cgi" target="_self"><strong>Client List</strong></a><br>');

	document.write('              --------------------------<br>');

	document.write('              <a href="' + location.href + '" name="link5" target="_self" id="link4" onMouseOver="MM_showMenu(window.mm_menu_0407161608_0,89,10,null,\'link5\')" onMouseOut="MM_startTimeout();"><strong>Resources for SME</strong></a><br>');

	document.write('              <a href="' + location.href + '" name="link2" target="_self" id="link6" onMouseOver="MM_showMenu(window.mm_menu_0407163811_0,84,10,null,\'link2\')" onMouseOut="MM_startTimeout();"><strong>Other Useful Links</strong></a><br>');

	document.write('              --------------------------<br>');

	document.write('              <a href="' + base + 'contact/index.cgi" target="_self"><strong>Contact Us</strong></a></span><br>');

	document.write('              <font color="#000000"><br>');

	document.write('              <br>');

	document.write('              </font> <span class="etext"><font color="#000000">Hotline: (852) 3400-2711<br>');

	document.write('              <font color="#000000">Email:<a href="mailto:ptec@inet.polyu.edu.hk">ptec@inet.polyu.edu.hk</a></font><br>');

	document.write('              Fax: (852) 2356-7583</font></span></p></td>');

	document.write('          </tr>');

	document.write('        <tr>');

	document.write('          <td height="55">&nbsp;</td>');

	document.write('        </tr>');

	document.write('</table>');

}

