//<![CDATA[
function agriload() 
   {
		var browser = {
			version: parseInt(navigator.appVersion),
			isNetscape: navigator.appName.indexOf("Netscape") != -1,
			isMicrosoft: navigator.appName.indexOf("Microsoft") != -1
		};
		//alert(navigator.appVersion);
/*		var MSIE = navigator.appVersion.indexOf("MSIE");
		var version = 0;
		if (MSIE != -1)
			{
				version = parseInt(navigator.appVersion.substr(MSIE+4, 3));
				//alert("MS Version " + version);
				if (version < 7)
					{
						var masthead = document.getElementById("masthead");
						masthead.innerHTML = "&nbsp;";
						var mastheadfixed = document.getElementById("masthead-fixed");
						mastheadfixed.style.display = "block";
						var globalnav = document.getElementById("globalnav");
						globalnav.style.top = "75px";
						var content = document.getElementById("content");
						content.style.top = "98px";
						content.style.verticalAlign - "top";
					}
				else
					{
						var masthead = document.getElementById("masthead-back");
						masthead.style.display = "block";
					};
			}
		else
			{
				var masthead = document.getElementById("masthead-back");
				masthead.style.display = "block";
			};
*/		//alert("Width=" + screen.width + "\nHeight=" + screen.height);
   } // End of load function
function GUnload ()
	{
		// Null function to ease use of Dreamweaver template
		return;
	}


//]]>    