		var aCatDesc = new Array(6);
		aCatDesc[0] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Clients Industries</font></h2><br><p>With years of practice, we have the experience of dealing with different types of businesses and each is having its characteristics.<br><br>Come and join our client profolio...  Share our experience to your businesses... &nbsp;&nbsp;<br><br><a href="../eind.htm">(Learn More)..</a></p>';
		aCatDesc[1] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Fact Sheets</font></h2><br><P>Know more about ... <br><br>- Our Group <br>- Hong Kong Economy<br>- Gateway to China<br>- Incorporation matters<br>- and more...<br><br><a href="../efsh.htm">(Learn More)..</a></p>';
		aCatDesc[2] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Our Services</font></h2><br><P>Our aim is to always provide a comprehensive service to our clients and we tailor our services to their individual needs.&nbsp; If you would like to take advantage of our experience, please keep in touch.&nbsp;&nbsp;<br><br><a href="../esrv.htm">(Learn More)..</a></p>';
		aCatDesc[3] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Our Community !</font></h2><br><P>It is the member login area for our existing clients. <br><br>It is temporily suspended for maintenance at the moment.  Sorry for the inconvenience caused.&nbsp;&nbsp;<br><br><a href="../emem.htm">(Learn More)..</a></p>';
		aCatDesc[4] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Useful Links ..</font></h2><br><P>It contains useful websites and links for professional bodies, Hong Kong Governmental offices and Some China Links.. Click and enjoy.&nbsp;&nbsp;<br><br><a href="../elnk.htm">(Learn More)..</a></p>';
		aCatDesc[5] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">How to Contact ?</font></h2><br><P>It states the ways of contacts and feedbacks, privacy and disclaimer statement.  <br><br>Your feedbacks are appreciated and always welcome.  We will improve our services with your continuous supports.<br><br><a href="../ectt.htm">(Learn 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;
	}
