	function HighLightMenu(x)
	{
		if (x == "Stocks")
		{
			document.getElementById("Stocks").src="http://www.jmsonline.com/jms/images/topNav_stocks_high.gif";
			return false;
		}
		
		if (x == "Income")
		{
			document.getElementById("Income").src="http://www.jmsonline.com/jms/images/topNav_fixedinc_high.gif";
			return false;
		}
		
		if (x == "Finance")
		{
			document.getElementById("Finance").src="http://www.jmsonline.com/jms/images/topNav_finance_high.gif";
			return false;
		}
		
		if (x == "Equity")
		{
			document.getElementById("Equity").src="http://www.jmsonline.com/jms/images/topNav_equity_high.gif";
			return false;
		}
		
		if (x == "Invest")
		{
			document.getElementById("Invest").src="http://www.jmsonline.com/jms/images/topNav_investment_high.gif";
			return false;
		}
		
		if (x == "Retire")
		{
			document.getElementById("Retire").src="http://www.jmsonline.com/jms/images/topNav_retire_high.gif";
			return false;
		}
		
		if (x == "About")
		{
			document.getElementById("About").src="http://www.jmsonline.com/jms/images/topNav_about_high.gif";
			return false;
		}
	}
	
	function HideHighlight(x)
	{
		if (x == "Stocks")
		{
			document.getElementById("Stocks").src="http://www.jmsonline.com/jms/images/topNav_stocks.gif";
			return false;
		}
		
		if (x == "Income")
		{
			document.getElementById("Income").src="http://www.jmsonline.com/jms/images/topNav_fixedinc.gif";
			return false;
		}
		
		if (x == "Finance")
		{
			document.getElementById("Finance").src="http://www.jmsonline.com/jms/images/topNav_finance.gif";
			return false;
		}
		
		if (x == "Equity")
		{
			document.getElementById("Equity").src="http://www.jmsonline.com/jms/images/topNav_equity.gif";
			return false;
		}
		
		if (x == "Invest")
		{
			document.getElementById("Invest").src="http://www.jmsonline.com/jms/images/topNav_investment.gif";
			return false;
		}
		
		if (x == "Retire")
		{
			document.getElementById("Retire").src="http://www.jmsonline.com/jms/images/topNav_retire.gif";
			return false;
		}
		
		if (x == "About")
		{
			document.getElementById("About").src="http://www.jmsonline.com/jms/images/topNav_about.gif";
			return false;
		}
	}
