<!--

var n=navigator.appName;

	function onColor(blah)
	{
	 /*	blah.style.backgroundColor='#483D8B'; */
	   blah.style.backgroundColor='#D3D3D3';
	   /*	    blah.style.backgroundColor='#B0C4DE'; */
	/*   blah.style.backgroundColor='#D3D3D3'; */
	}

       function offColor(blah)
	{
		blah.style.backgroundColor='#F2F2F2';
	}

//-->


