<!--
function writeLeftMenu(blnIsHomepage)
{

	document.write("<table summary='' cellpadding='1' cellspacing='0' border='0'>");
	if (!blnIsHomepage)
		document.write("<tr><td colspan='2'><img src='images/clear.gif' alt='' width='1' height='30' /></td></tr>");
	document.write("<tr><td><img src='images/clear.gif' alt='' width='8' height='1' /></td><td>");
	document.write("<a href='index.htm' class='LeftNavItem'>Overview</a><br /><img src='images/clear.gif' alt='' width='1' height='6' border='0' /><br />");
	document.write("<a href='capability.htm' class='LeftNavItem'>Capability</a><br /><img src='images/clear.gif' alt='' width='1' height='6' border='0' /><br />");
	document.write("<a href='about.htm' class='LeftNavItem'>About Us</a><br /><img src='images/clear.gif' alt='' width='1' height='6' border='0' /><br />");
	document.write("<a href='media.htm' class='LeftNavItem'>Media</a><br /><img src='images/clear.gif' alt='' width='1' height='6' border='0' /><br />");
	document.write("<a href='contactus.htm' class='LeftNavItem'>Contact us</a><br /><img src='images/clear.gif' alt='' width='1' height='6' border='0' /><br />");
	document.write("</td></tr></table>");
}
//-->
