		var x = 470;
		var appName = navigator.appName;
		
		if ( appName == "Microsoft Internet Explorer"  )	//IE
		{
			if(( window.screen.width==800 ) && (window.screen.height==600) )
				x = 165;
			else if (( window.screen.width==1024 ) && (window.screen.height==768) )
				x = 275;
			else
				x = 340;
		}
		else		// NE
		{
			if(( screen.width==800 ) && ( screen.height==600 ))
				x = 165
			else if (( window.screen.width==1024 ) && (window.screen.height==768) )
				x = 275;
			else
				x = 340;
		}
		document.write ("<tr>"); 
		document.write ("<td width=\"89%\"><span class=\"class1\"><a href=\"#\" onMouseOut=\"FW_startTimeout();\"  onMouseOver=\"window.FW_showMenu(window.fw_menu_1," + x + ",190);\">\&#149;&nbsp;Divisions</a></td>");
		document.write ("<td width=\"11%\"><span class=\"class1\"><a href=\"#\" onMouseOut=\"FW_startTimeout();\"  onMouseOver=\"window.FW_showMenu(window.fw_menu_1," + x + ",190);\">\&raquo;</a></td>");
		document.write ("</tr>");
