<!--
	portfolio0=new Image();
	portfolio1=new Image();
	portfolio0.src="images/n_portfolio_off.gif";
	portfolio1.src="images/n_portfolio_on.gif";

	news0=new Image();
	news1=new Image();
	news0.src="images/n_news_off.gif";
	news1.src="images/n_news_on.gif";

	investment0=new Image();
	investment1=new Image();
	investment0.src="images/n_investment_off.gif";
	investment1.src="images/n_investment_on.gif";	
	
	home0=new Image();
	home1=new Image();
	home0.src="images/homeT.jpg";
	home1.src="images/homeTx.jpg";	
	
	aboutus0=new Image();
	aboutus1=new Image();
	aboutus0.src="images/aboutusT.jpg";
	aboutus1.src="images/aboutusTx.jpg";	
	
	contactus0=new Image();
	contactus1=new Image();
	contactus0.src="images/contactusT.jpg";
	contactus1.src="images/contactusTx.jpg";
	
	directions0=new Image();
	directions1=new Image();
	directions0.src="images/directionsT.jpg";
	directions1.src="images/directionsTx.jpg";	

	
	function on3(name)
	{
		document[name].src=eval(name+"0.src");		
	}
	
	function off3(name)
	{
		document[name].src=eval(name+"1.src");		
		
	}

	nn3=true;
	
	function doton(name)
	{
		document[name].src=dot0.src;
	}
	
	function dotoff(name)
	{
		document[name].src=dot1.src;		
	}

	function on(name)
	{
		if(nn3)	on3(name);
	}
	
	function off(name)
	{
		if(nn3) off3(name);
	}

	//-->
