		var aCatDesc = new Array(4);
		aCatDesc[0] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Feedback Form</font></h2><br><p><style="Font-size:9px;">Your feedback is always welcome.  Please visit this page to write your comments and questions.  We may improve our services with your continuous support.. &nbsp;&nbsp;<br><br><a href="ecfb.htm">(Write comment)..</a></p>';
		aCatDesc[1] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Contact Us</font></h2><br><P>It states our contact address, phone / fax number and general enquiry email for ease of contacts...<br><br><a href="ecct.htm">(Read it)..</a></p>';
		aCatDesc[2] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Disclaimer</font></h2><br><P>The information contained in this Site is for general guidance on matters of interest only and is provided with the understanding that we are not engaged in rendering auditing, accounting, tax, or other professional advice and services...&nbsp;&nbsp;<br><br><a href="ecdc.htm">(Read More)..</a></p>';
		aCatDesc[3] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Privacy Statement</font></h2><br><P>We adopt reasonable measures to protect individual personal information from misuse and unauthorized access so that such personal information is kept only for the purposes for which it has been gathered..&nbsp;&nbsp;<br><br><a href="ecpv.htm">(Read More)..</a></p>';
	function LN_mouseover()
	{
		if ("complete" == document.readyState && "A" == (eSrc = window.event.srcElement).tagName.toUpperCase())
		{
			var sId = eSrc.id;
			var iCatNum = sId.substring(sId.lastIndexOf("-")+1);
			if (eCatDiv = document.all("CD")) eCatDiv.innerHTML = aCatDesc[iCatNum];
		}
	}
	if (eLeftNav = document.all("LN"))
	{
		LN.onmouseover = LN_mouseover;
	}
