		var aCatDesc = new Array(11);
		aCatDesc[0] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Proprietor/Partner</font></h2><br><p>We have in-depth experience with clients in proprietorship and partnership. There is no need for the financial statements to be audited annually. They need to file individual tax return or profits tax return to the Inland Revenue Department.  &nbsp;&nbsp;<br><br><a href="eiud.htm">(Details)..</a></p>';
		aCatDesc[1] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Owners Corp. (IO)</font></h2><br><P>Since 1970, Hong Kong Government has been encouraging & assisting owners of private buildings to form Incorporated Owners (IOs) / Owners Corporations (OCs). In accordance with the Building Management Ordinance (BMO), the owners of a private building can form an OC in several ways....<br><br><a href="eiio.htm">(Details)..</a></p>';
		aCatDesc[2] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">NP Org & Assn.</font></h2><br><P>We have extensive experience advising non-profit organisations concerning the financial aspects of managing the operations. We offer a full range of services designed to meet the specific financial and accounting needs of our not-for-profit clients.&nbsp;&nbsp;<br><br><a href="einp.htm">(Details)..</a></p>';
		aCatDesc[3] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Trading/Commerce</font></h2><br><P>We work with clients in trading, dealership, agency services and more... The key to our success is our ability to provide constructive solutions for our clients. Our services enable trading and commercial companies to manage their businesses in financially sound ways and in efficient manner.&nbsp;&nbsp;<br><br><a href="eitd.htm">(Details)..</a></p>';
		aCatDesc[4] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Manufacturing</font></h2><br><P>Our goal is to help our clients create value within their businesses. Success within companies today has many elements, and hence we mainly focus on production process, management, and finance.&nbsp;&nbsp;<br><br><a href="eimg.htm">(Details)..</a></p>';
		aCatDesc[5] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Catering/Beverage</font></h2><br><P>We have developed the skills to assist businesses with financial and non-financial issues. Our accounting and managerial support services cover most aspects of the restaurant industry.<br><br>Business plans ....<br><br><a href="eict.htm">(Details)..</a></p>';
		aCatDesc[6] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Construction</font></h2><br><P>We have experience with all of the financial and operational aspects of the construction industry. We are dedicated to providing innovative and alternative solutions by examining company overall financial structure and building a plan for the future. We can provide the traditional accounting services... <br><br><a href="eicn.htm">(Details)..</a></p>';
		aCatDesc[7] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Consulting & Prof.</font></h2><br><P>With intense competition, successful firms in offering professional or consultancy services must deliver quality services and be in effective business management and hence, you need improved control over professional time, overhead and cash flow.<br><br><a href="eicu.htm">(Details)..</a></p>';
		aCatDesc[8] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Wholesale & Retails</font></h2><br><P>Timely and accurate financial information is critical in this less forgiving and highly competitive retail environment. With the fast and dynamic changes, retailers need advice on ways to maintain profitability. We enable clients to manage their business in financially sound ways confidently. <br><br><a href="eirt.htm">(Details)..</a></p>';
		aCatDesc[9] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Web & Technology</font></h2><br><P>We have worked with companies in the technology industry (like companies in hardware and software development, web design and web stores..) Many of our clients are emerging companies faced with the challenges of strong growth in a rapidly changing environment.<br><br><a href="eiwb.htm">(Details)..</a></p>';
		aCatDesc[10] = '<h2><font color="#3333CC" style="Font-size:2px;"><br></font><font color="#3333CC" style="Font-size:14px;">Health Care & ..</font></h2><br><P>We currently provide services to business entities engaged in the delivery of healthcare products and services. Our staff was trained to meet their specialised financial, managment and strategic needs.<br><br><a href="eios.htm">(Details)..</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;
	}
