
function writeTopNav(section) {
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="750">\n');
	document.write('<tr>\n');
	document.write('	<td width="750" colspan="3" bgcolor="#000042"><img src="/ca/inst/img/common/spacer.gif" alt="" width="1" height="1" border="0"></td>\n');
	document.write('</tr>\n');
	document.write('<tr>\n');
	document.write('	<td width="1" bgcolor="#000042"><img src="/ca/inst/img/common/spacer.gif" alt="" width="1" height="16" border="0"></td>\n');
	document.write('	<td width="748" bgcolor="#000042" class="globalnav" style="margin: 0; padding-right: 19px; text-align: right; vertical-align: middle;">\n');
	if (section==1) 
		document.write('<a href="/ca/inst/en/jsp_cm/home/index.jsp" class="globalnavDark">Home</a> : \n');
	else
		document.write('<a href="/ca/inst/en/jsp_cm/home/index.jsp" class="globalnav">Home</a> : \n');
	if (section==2) 
		document.write('<a href="/ca/inst/en/jsp_cm/topnav/contact/main.jsp" class="globalnavDark">Contact Us</a> : \n');
	else
		document.write('<a href="/ca/inst/en/jsp_cm/topnav/contact/main.jsp" class="globalnav">Contact Us</a> : \n');
	if (section==3) 
		document.write('<a href="/ca/inst/en/jsp_cm/topnav/help/main.jsp" class="globalnavDark">Help</a>\n');
	else
		document.write('<a href="/ca/inst/en/jsp_cm/topnav/help/main.jsp" class="globalnav">Help</a>\n');
	document.write('	</td>\n');
	document.write('	<td width="1" bgcolor="#000042"><img src="/ca/inst/img/common/spacer.gif" alt="" width="1" height="16" border="0"></td>\n');
	document.write('</tr>\n');
	document.write('<tr>\n');
	document.write('	<td width="750" colspan="3" background="/ca/inst/img/common/spacer.gif"><img src="/ca/inst/en/img/home/header.gif" alt="" width="750" height="73" border="0" usemap="#logo_home"></td>\n');
	document.write('<map name="logo_home"><area alt="" coords="7,4,170,70" href="/ca/inst/en/jsp_cm/home/index.jsp"></map>\n');
	document.write('</tr>\n');
	document.write('</table>\n');
}

function writeMainNav(section) {
	document.write('<!-- Main Nav Menu -->\n');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="750">\n');
	document.write('<tr bgcolor="#CCCCCC">\n');
	if (section==1) 
		document.write('	<td width="188" height="26"><a href="/ca/inst/en/jsp_cm/products/funds/main.jsp"><img src="/ca/inst/en/img/nav/investor_tabs/products_on.gif" alt="Products" width="188" height="26" border="0"></a></td>\n');
	else
		document.write('	<td width="188" height="26"><a href="/ca/inst/en/jsp_cm/products/funds/main.jsp"><img src="/ca/inst/en/img/nav/investor_tabs/products_off.gif" alt="Products" width="188" height="26" border="0"></a></td>\n');
	if (section==2) 
		document.write('	<td width="204" height="26"><a href="/ca/inst/en/jsp_cm/investManagers/main.jsp"><img src="/ca/inst/en/img/nav/investor_tabs/investment_managers_on.gif" alt="Investment Managers" width="204" height="26" border="0"></a></td>\n');
	else
		document.write('	<td width="204" height="26"><a href="/ca/inst/en/jsp_cm/investManagers/main.jsp"><img src="/ca/inst/en/img/nav/investor_tabs/investment_managers_off.gif" alt="Investment Managers" width="204" height="26" border="0"></a></td>\n');
	if (section==3) 
		document.write('	<td width="188" height="26"><a href="/ca/inst/en/jsp_cm/commentary/main.jsp"><img src="/ca/inst/en/img/nav/investor_tabs/commentary_on.gif" alt="Commentary" width="188" height="26" border="0"></a></td>\n');
	else
		document.write('	<td width="188" height="26"><a href="/ca/inst/en/jsp_cm/commentary/main.jsp"><img src="/ca/inst/en/img/nav/investor_tabs/commentary_off.gif" alt="Commentary" width="188" height="26" border="0"></a></td>\n');
	if (section==4) 
		document.write('	<td width="170" height="26"><a href="/ca/inst/en/jsp_cm/about/main.jsp"><img src="/ca/inst/en/img/nav/investor_tabs/about_on.gif" alt="Commentary" width="170" height="26" border="0"></a></td>\n');
	else
		document.write('	<td width="170" height="26"><a href="/ca/inst/en/jsp_cm/about/main.jsp"><img src="/ca/inst/en/img/nav/investor_tabs/about_off.gif" alt="Commentary" width="170" height="26" border="0"></a></td>\n');
	document.write('</tr>\n');
	document.write('</table>\n');
}

