		var aCatDesc = new Array(3);
		aCatDesc[0] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Governmental Links</font></h2><br><p>We have listed out some links to Hong Kong Governmental Departments or Organisations, which are of interests to business owners or investors.. &nbsp;&nbsp;<br><br><a href="elhk.htm">(Okay - Go there)</a></p>';
		aCatDesc[1] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Professional Links</font></h2><br><P>We have listed out some links to Professional Accounting Bodies and Other Marketing / Business related professional bodies, which are of interests to business owners or investors.. &nbsp;&nbsp;<br><br><a href="elpl.htm">(Okay - Go there)</a></p>';
		aCatDesc[2] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">China Onlines</font></h2><br><P>We have listed out some links to China Authories / Organisations, which are of interests to business owners or investors.. &nbsp;&nbsp;<br><br><a href="elol.htm">(Okay - Go there)</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;
	}
