// JavaScript Document

function nav()
{
	// when you pste the HTML in make sure there are no spaces or hard returns or the code won't work.
	// all of the HTML code needs to go between  document.write('  and  \n');
   document.write('<img src="../i/navigation.jpg" width="179" height="327" border="0" usemap="#Map" /><map name="Map" id="Map"><area shape="rect" coords="9,21,172,44" href="#" /><area shape="rect" coords="9,49,171,75" href="#" /><area shape="rect" coords="10,82,171,105" href="#" /><area shape="rect" coords="11,111,173,134" href="#" /><area shape="rect" coords="11,141,173,164" href="#" /><area shape="rect" coords="11,174,173,197" href="#" /><area shape="rect" coords="12,203,175,226" href="http://www.advisorsexcel.com/tools/index.html" />');
}
