function displayMainMenu()
{
document.write('<table cellpadding="4" cellspacing="0" border="0" width="100%">')
document.write('<tr><td bgcolor=#00009c align=center><FONT FACE=VERDANA SIZE=2 color=white><b><a href="/portfolio" style="text-decoration:none; color:white">Portfolio Tracker</a> | <a href="/research-it/rr" style="text-decoration:none; color:white">Research Reports</a> | <a href="/qv" style="text-decoration:none; color:white">StockSelect</a> | <a href="/outlook" style="text-decoration:none; color:white">Outlook Arena</a> |  <a href="/tm.asp" style="text-decoration:none; color:white">Markets</a> | <a href="/ptmail" style="text-decoration:none; color:yellow">Subscribe!</a></FONT></td></tr>')
document.write('<tr><td bgcolor=#4a7dca align=center><FONT FACE=VERDANA SIZE=2 color=white><b><a href="http://www.personalfn.com/planner" style="text-decoration:none; color:white">MyPlanner</a> | <a href="http://www.personalfn.com/insurance" style="text-decoration:none; color:white">Insurance</a> | <a href="http://www.personalfn.com/housing" style="text-decoration:none; color:white">Home Loans</a> | <a href="http://www.personalfn.com/research-it/mutual-funds" style="text-decoration:none; color:white">Mutual Funds</a> | <a href="http://www.personalfn.com/asset" style="text-decoration:none; color:white">Asset Allocator</a></FONT></td></tr>')
document.write('<tr><td bgcolor=#bbbbbb height=2></td></tr>')
document.write('<tr><td bgcolor=#eeeeee height=1></td></tr>')
document.write('</table>')
}


function bottomLine()
{
	document.write("</td></tr></table><p align=center><a href='javascript:window.history.back()'><img src='/icons/back-b.gif' border=0></a>&nbsp;&nbsp;<a href='/'><img src='/icons/home-b.gif' border=0></a><br><font face='arial' size=1><font size=2>&copy;</font> Quantum Information Services Ltd.<br><a href='/help/legal.html'>Terms of Use</a> | <a href='/help/writetous.html'>Contact us</a> | <a href='/help/ltte.asp'>Perspectives</a> | <A href='/advertise.html'><font color=red>Advertise with us</A></font> | <a href='/help/sitemap.html'>Sitemap</a> | <a href='/help/aboutus.html'>About us</a></p>")
}



