/////////////////////////////////////////////////////////////////////////////
// Function : NavNode (constructor)
// Comments :
/////////////////////////////////////////////////////////////////////////////
function NavNode(id, label, href, parent)
{
	this.m_parent = null;
	this.m_level = 0;

	if (parent)
	{
		this.m_parent = parent;
		this.m_level = parent.m_level+1;
	}

	this.m_id = id;

	// assume that m_label will most often be used directly as HTML
	this.m_rawlabel = label;

	label = label.replace(/&/g, '&amp;');
	label = label.replace(/</g, '&lt;');
	label = label.replace(/>/g, '&gt;');
	label = label.replace(/"/g, '&quot;');

	this.m_label = label;

	this.m_href = href;
	this.m_subNodes = new Array();

	var argValues = NavNode.arguments;
	var argCount = NavNode.arguments.length;

	for (i = 4 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("this.cp_" + attrName + " = '" + attrValue + "';");
	}

	NavNode.prototype.addNode = addNode;
	NavNode.prototype.isSelected = isSelected;
}

/////////////////////////////////////////////////////////////////////////////
// Function : addNode
// Comments :
/////////////////////////////////////////////////////////////////////////////
function addNode(id, label, href)
{
	var newIndex = this.m_subNodes.length;
	var newNode = new NavNode(id, label, href, this);

	var argValues = addNode.arguments;
	var argCount = addNode.arguments.length;

	for (i = 3 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("newNode.cp_" + attrName + " = '" + attrValue + "';");
	}

	this.m_subNodes[newIndex] = newNode;
	return newNode;
}

/////////////////////////////////////////////////////////////////////////////
// Function : isSelected
// Comments :
/////////////////////////////////////////////////////////////////////////////
function isSelected()
{
    var pos = window.location.href.lastIndexOf("/");
    var docname = window.location.href.substring(pos+1, window.location.href.length);

    pos = this.m_href.lastIndexOf("/");
    var myname = this.m_href.substring(pos+1, this.m_href.length);

    if (docname == myname)
		return true;
	else
		return false;
}

/////////////////////////////////////////////////////////////////////////////
// Function : customSectionPropertyExists
// Comments :
/////////////////////////////////////////////////////////////////////////////
function customSectionPropertyExists(csp)
{
	return (typeof csp != _U && csp != null);
}

/////////////////////////////////////////////////////////////////////////////
// Function : getCustomSectionProperty
// Comments :
/////////////////////////////////////////////////////////////////////////////
function getCustomSectionProperty(csp)
{
	if (customSectionPropertyExists(csp))
	{
		return csp;
	}
	else
	{
		return "";
	}
}

/////////////////////////////////////////////////////////////////////////////

var g_navNode_Root = new NavNode('330','Home',ssUrlPrefix + 'default.aspx',null,'DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60AGRISOLUTIONS\x3a337\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_WYSIWYG_GEN_RD\x60','secondaryUrlVariableField==copy');
g_navNode_0=g_navNode_Root.addNode('382','Dealer Locator',ssUrlPrefix + 'DealerLocator/default.aspx','UCRegister==\x3c\x25\x40 Register Src\x3d\"\x7e/DotNetComponents/DealerLocator/DealerLocatorResults_uc.ascx\" TagName\x3d\"DealerLocatorResults_uc\" TagPrefix\x3d\"ucDealerLocatorResults\" \x25\x3e \\x0a','UCTag==\x3cucDealerLocatorResults\x3aDealerLocatorResults_uc ID\x3d\"DealerLocatorResults_uc1\" runat\x3d\"server\" /\x3e','bgColor==0x4c721d','groupTitle==DEALER LOCATOR','leftNav==TRUE','leftNavForTopMenu==TRUE','mainNavPosition==TOP_RIGHT','menuStyle==TOP_RIGHT');
g_navNode_1=g_navNode_Root.addNode('337','News',ssUrlPrefix + 'News/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xWebsiteSection \x3csubstring\x3e \x60AGRISOLUTIONS\x3a337\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_WYSIWYG_GEN_RD\x60','bgColor==0x4c721d','groupTitle==NEWS','leftNav==TRUE','leftNavForTopMenu==TRUE','mainNavPosition==TOP_RIGHT','menuStyle==TOP_RIGHT','secondaryUrlVariableField==copy');
g_navNode_2=g_navNode_Root.addNode('338','Videos',ssUrlPrefix + 'Videos/default.aspx','bgColor==0x4c721d','groupTitle==VIDEOS','leftNav==TRUE','leftNavForTopMenu==TRUE','mainNavPosition==TOP_RIGHT','menuStyle==TOP_RIGHT');
g_navNode_3=g_navNode_Root.addNode('339','Contact Us',ssUrlPrefix + 'ContactUs/default.aspx','UCRegister==\x3c\x25\x40 Register Src\x3d\"\x7e/DotNetComponents/ContactUs/ContactUs_UC.ascx\" TagName\x3d\"ContactUs_UC\" TagPrefix\x3d\"ucContactUs\" \x25\x3e ','UCTag==\x3cucContactUs\x3aContactUs_UC ID\x3d\"ContactUs1\" runat\x3d\"server\" /\x3e','bgColor==0x4c721d','groupTitle==CONTACT US','leftNav==TRUE','leftNavForTopMenu==TRUE','mainNavPosition==TOP_RIGHT','menuStyle==TOP_RIGHT');
g_navNode_4=g_navNode_Root.addNode('331','Adjuvants',ssUrlPrefix + 'ADJUVANTS/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Adjuvants\x60','bgColor==0x81B124','btnImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025122.gif','btnOverImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025123.gif','btnPageImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025124.gif','groupLetter==A','groupTitle==ADJUVANTS','leftNavBotImage==/stellent/groups/application_code/documents/web_asset/ecmd2-0025248.gif','mainNavPosition==Main','menuStyle==MainMenuStyle','secondaryUrlVariableField==copy');
g_navNode_4_0=g_navNode_4.addNode('340','What Growers Are Saying',ssUrlPrefix + 'ADJUVANTS/Growers/default.aspx','bgColor==0x81B124','groupLetter==A','groupTitle==ADJUVANTS','iconImage==/stellent/groups/application_code/documents/web_asset/ecmd2-025102.gif','mainNavPosition==Adjuvants','menuStyle==LeftMenuLvlOneGreen','secondaryUrlVariableField==copy');
g_navNode_4_1=g_navNode_4.addNode('341','CornSorb Technology \x26 3-D Performance',ssUrlPrefix + 'ADJUVANTS/Technologies/default.aspx','bgColor==0x81B124','groupLetter==A','groupTitle==ADJUVANTS','iconImage==/stellent/groups/application_code/documents/web_asset/ecmd2-025102.gif','mainNavPosition==Adjuvants','menuStyle==LeftMenuLvlOneGreen','secondaryUrlVariableField==copy');
g_navNode_4_2=g_navNode_4.addNode('342','Browse Our Products',ssUrlPrefix + 'ADJUVANTS/Products/default.aspx','deadAnchor==FALSE','mainNavPosition==Adjuvants','menuHeader==TRUE','menuStyle==LeftMenuLvlOneGreen','secondaryUrlVariableField==copy');
g_navNode_4_2_0=g_navNode_4_2.addNode('356','Drift Control and Deposition Aids',ssUrlPrefix + 'ADJUVANTS/Products/DriftControlDepositionAids/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Adjuvants\x60','bgColor==0x81B124','deadAnchor==TRUE','groupLetter==A','groupTitle==ADJUVANTS','mainNavPosition==Adjuvants','menuStyle==LeftMenuLvlTwoGreen','secondaryUrlVariableField==copy');
g_navNode_4_2_1=g_navNode_4_2.addNode('357','Oils',ssUrlPrefix + 'ADJUVANTS/Products/Oils/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Adjuvants\x60','bgColor==0x81B124','deadAnchor==TRUE','groupLetter==A','groupTitle==ADJUVANTS','mainNavPosition==Adjuvants','menuStyle==LeftMenuLvlTwoGreen','secondaryUrlVariableField==copy');
g_navNode_4_2_2=g_navNode_4_2.addNode('358','Surfactants and Spreader Stickers',ssUrlPrefix + 'ADJUVANTS/Products/SurfactantsSpreaderStickers/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Adjuvants\x60','bgColor==0x81B124','deadAnchor==TRUE','groupLetter==A','groupTitle==ADJUVANTS','mainNavPosition==Adjuvants','menuStyle==LeftMenuLvlTwoGreen','secondaryUrlVariableField==copy');
g_navNode_4_2_3=g_navNode_4_2.addNode('361','Water Conditioners',ssUrlPrefix + 'ADJUVANTS/Products/WaterConditioners/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Adjuvants\x60','bgColor==0x81B124','deadAnchor==TRUE','groupLetter==A','groupTitle==ADJUVANTS','mainNavPosition==Adjuvants','menuStyle==LeftMenuLvlTwoGreen','secondaryUrlVariableField==copy');
g_navNode_4_2_4=g_navNode_4_2.addNode('362','Utility Adjuvants',ssUrlPrefix + 'ADJUVANTS/Products/UtilityAdjuvants/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Adjuvants\x60','bgColor==0x81B124','deadAnchor==TRUE','groupLetter==A','groupTitle==ADJUVANTS','mainNavPosition==Adjuvants','menuStyle==LeftMenuLvlTwoGreen','secondaryUrlVariableField==copy');
g_navNode_5=g_navNode_Root.addNode('332','Herbicides, Insecticides\x3cbr\x3e\x26 Fungicides',ssUrlPrefix + 'HERBINSECTFUNGI/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Herbicides\x60','bgColor==0xEC5422','btnImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025122.gif','btnOverImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025213.gif','btnPageImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025214.gif','groupLetter==HIF','groupTitle==HERBICIDES, INSECTICIDES \x2526 FUNGICIDES','mainNavPosition==Main','menuStyle==MainMenuStyle','secondaryUrlVariableField==copy');
g_navNode_5_0=g_navNode_5.addNode('343','What Growers Are Saying',ssUrlPrefix + 'HERBINSECTFUNGI/Growers/default.aspx','bgColor==0xEC5422','groupLetter==HIF','groupTitle==HERBICIDES, INSECTICIDES \x2526 FUNGICIDES','iconImage==/stellent/groups/application_code/documents/web_asset/ecmd2-025102.gif','mainNavPosition==Herbicides','menuStyle==LeftMenuLvlOneRed','secondaryUrlVariableField==copy');
g_navNode_5_1=g_navNode_5.addNode('345','Browse Our Products',ssUrlPrefix + 'HERBINSECTFUNGI/Products/default.aspx','mainNavPosition==Herbicides','menuHeader==TRUE','menuStyle==LeftMenuLvlOneRed','secondaryUrlVariableField==copy');
g_navNode_5_1_0=g_navNode_5_1.addNode('364','Fungicides',ssUrlPrefix + 'HERBINSECTFUNGI/Products/Fungicides/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Herbicides\x60 ','bgColor==0xf3c436','deadAnchor==TRUE','groupLetter==F','groupTitle==FUNGICIDES','mainNavPosition==Herbicides','menuStyle==LeftMenuLvlTwoRed','secondaryUrlVariableField==copy');
g_navNode_5_1_1=g_navNode_5_1.addNode('365','Herbicides',ssUrlPrefix + 'HERBINSECTFUNGI/Products/Herbicides/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Herbicides\x60 ','bgColor==0xEC5422','deadAnchor==TRUE','groupLetter==H','groupTitle==HERBICIDES','mainNavPosition==Herbicides','menuStyle==LeftMenuLvlTwoRed','secondaryUrlVariableField==copy');
g_navNode_5_1_2=g_navNode_5_1.addNode('366','Insecticides',ssUrlPrefix + 'HERBINSECTFUNGI/Products/Insecticides/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Herbicides\x60 ','bgColor==0xef7d1c','deadAnchor==TRUE','groupLetter==I','groupTitle==INSECTICIDES','mainNavPosition==Herbicides','menuStyle==LeftMenuLvlTwoRed','secondaryUrlVariableField==copy');
g_navNode_5_1_3=g_navNode_5_1.addNode('363','Other Products',ssUrlPrefix + 'HERBINSECTFUNGI/Products/OtherProducts/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Herbicides\x60','bgColor==0xEC5422','deadAnchor==TRUE','groupLetter==HIF','groupTitle==OTHER PRODUCTS','mainNavPosition==Herbicides','menuStyle==LeftMenuLvlTwoRed','secondaryUrlVariableField==copy');
g_navNode_6=g_navNode_Root.addNode('333','Micronutrients',ssUrlPrefix + 'MICRONUTRIENTS/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Micronutrients\x60 ','bgColor==0x79B5C4','btnImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025122.gif','btnOverImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025215.gif','btnPageImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025216.gif','groupLetter==M','groupTitle==MICRONUTRIENTS','mainNavPosition==Main','menuStyle==MainMenuStyle','secondaryUrlVariableField==copy');
g_navNode_6_0=g_navNode_6.addNode('346','What Growers Are Saying',ssUrlPrefix + 'MICRONUTRIENTS/Growers/default.aspx','bgColor==0x79B5C4','groupLetter==M','groupTitle==MICRONUTRIENTS','iconImage==/stellent/groups/application_code/documents/web_asset/ecmd2-025102.gif','mainNavPosition==Micronutrients','menuStyle==LeftMenuLvlOneBlue','secondaryUrlVariableField==copy');
g_navNode_6_1=g_navNode_6.addNode('347','MAX-IN Technology',ssUrlPrefix + 'MICRONUTRIENTS/Technologies/default.aspx','bgColor==0x79B5C4','groupLetter==M','groupTitle==MICRONUTRIENTS','iconImage==/stellent/groups/application_code/documents/web_asset/ecmd2-025102.gif','mainNavPosition==Micronutrients','menuStyle==LeftMenuLvlOneBlue','secondaryUrlVariableField==copy');
g_navNode_6_2=g_navNode_6.addNode('348','Browse Our Products',ssUrlPrefix + 'MICRONUTRIENTS/Products/default.aspx','mainNavPosition==Micronutrients','menuHeader==TRUE','menuStyle==LeftMenuLvlOneBlueLg','secondaryUrlVariableField==copy');
g_navNode_6_2_0=g_navNode_6_2.addNode('367','Granular Nutrients',ssUrlPrefix + 'MICRONUTRIENTS/Products/GranularNutrients/default.aspx','bgColor==0x79B5C4','deadAnchor==FALSE','groupLetter==M','groupTitle==MICRONUTRIENTS','mainNavPosition==Micronutrients','menuHeader==TRUE','menuStyle==LeftMenuLvlTwoBlue','secondaryUrlVariableField==copy');
g_navNode_6_2_0_0=g_navNode_6_2_0.addNode('401','Gainer Dry Solubles',ssUrlPrefix + 'MICRONUTRIENTS/Products/GranularNutrients/GainerDrySolubles/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Micronutrients\x60 ','bgColor==0x79B5C4','deadAnchor==TRUE','groupLetter==M','groupTitle==MICRONUTRIENTS','mainNavPosition==Micronutrients','menuStyle==LeftMenuLvlTwoBlueIndent','secondaryUrlVariableField==copy');
g_navNode_6_2_0_1=g_navNode_6_2_0.addNode('402','Granulars',ssUrlPrefix + 'MICRONUTRIENTS/Products/GranularNutrients/Granulars/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Micronutrients\x60 ','bgColor==0x79B5C4','deadAnchor==TRUE','groupLetter==M','groupTitle==MICRONUTRIENTS','mainNavPosition==Micronutrients','menuStyle==LeftMenuLvlTwoBlueIndent','secondaryUrlVariableField==copy');
g_navNode_6_2_0_2=g_navNode_6_2_0.addNode('403','LS \x28LignoSulfonate Granulars\x29',ssUrlPrefix + 'MICRONUTRIENTS/Products/GranularNutrients/LignoSulfonateGranulars/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Micronutrients\x60 ','bgColor==0x79B5C4','deadAnchor==TRUE','groupLetter==M','groupTitle==MICRONUTRIENTS','mainNavPosition==Micronutrients','menuStyle==LeftMenuLvlTwoBlueIndent','secondaryUrlVariableField==copy');
g_navNode_6_2_0_3=g_navNode_6_2_0.addNode('404','Organics LS',ssUrlPrefix + 'MICRONUTRIENTS/Products/GranularNutrients/OrganicsLS/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Micronutrients\x60 ','bgColor==0x79B5C4','deadAnchor==TRUE','groupLetter==M','groupTitle==MICRONUTRIENTS','mainNavPosition==Micronutrients','menuStyle==LeftMenuLvlTwoBlueIndent','secondaryUrlVariableField==copy');
g_navNode_6_2_1=g_navNode_6_2.addNode('368','Liquid Nutrients ',ssUrlPrefix + 'MICRONUTRIENTS/Products/LiquidChelatedNutrients/default.aspx','bgColor==0x79B5C4','deadAnchor==FALSE','groupLetter==M','groupTitle==MICRONUTRIENTS','mainNavPosition==Micronutrients','menuHeader==TRUE','menuStyle==LeftMenuLvlTwoBlue','secondaryUrlVariableField==copy');
g_navNode_6_2_1_0=g_navNode_6_2_1.addNode('405','Citri-Che \x28Citric Acid Chelates\x29',ssUrlPrefix + 'MICRONUTRIENTS/Products/LiquidChelatedNutrients/CitricAcidChelates/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Micronutrients\x60 ','bgColor==0x79B5C4','deadAnchor==TRUE','groupLetter==M','groupTitle==MICRONUTRIENTS','mainNavPosition==Micronutrients','menuStyle==LeftMenuLvlTwoBlueIndent','secondaryUrlVariableField==copy');
g_navNode_6_2_1_1=g_navNode_6_2_1.addNode('406','Liquid',ssUrlPrefix + 'MICRONUTRIENTS/Products/LiquidChelatedNutrients/Liquid/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Micronutrients\x60 ','bgColor==0x79B5C4','deadAnchor==TRUE','groupLetter==M','groupTitle==MICRONUTRIENTS','mainNavPosition==Micronutrients','menuStyle==LeftMenuLvlTwoBlueIndent','secondaryUrlVariableField==copy');
g_navNode_6_2_1_2=g_navNode_6_2_1.addNode('407','Liquid Organic',ssUrlPrefix + 'MICRONUTRIENTS/Products/LiquidChelatedNutrients/LiquidOrganic/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Micronutrients\x60 ','bgColor==0x79B5C4','deadAnchor==TRUE','groupLetter==M','groupTitle==MICRONUTRIENTS','mainNavPosition==Micronutrients','menuStyle==LeftMenuLvlTwoBlueIndent','secondaryUrlVariableField==copy');
g_navNode_6_2_1_3=g_navNode_6_2_1.addNode('408','MAX-IN Brands',ssUrlPrefix + 'MICRONUTRIENTS/Products/LiquidChelatedNutrients/Max-InBrands/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Micronutrients\x60 ','bgColor==0x79B5C4','deadAnchor==TRUE','groupLetter==M','groupTitle==MICRONUTRIENTS','mainNavPosition==Micronutrients','menuStyle==LeftMenuLvlTwoBlueIndent','secondaryUrlVariableField==copy');
g_navNode_6_2_1_4=g_navNode_6_2_1.addNode('409','Plant Growth Regulator',ssUrlPrefix + 'MICRONUTRIENTS/Products/LiquidChelatedNutrients/PlantGrowthRegulator/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Micronutrients\x60 ','bgColor==0x79B5C4','deadAnchor==TRUE','groupLetter==M','groupTitle==MICRONUTRIENTS','mainNavPosition==Micronutrients','menuStyle==LeftMenuLvlTwoBlueIndent','secondaryUrlVariableField==copy');
g_navNode_6_2_1_5=g_navNode_6_2_1.addNode('410','Slow Release Nitrogen',ssUrlPrefix + 'MICRONUTRIENTS/Products/LiquidChelatedNutrients/SlowReleaseNitrogen/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Micronutrients\x60 ','bgColor==0x79B5C4','deadAnchor==TRUE','groupLetter==M','groupTitle==MICRONUTRIENTS','mainNavPosition==Micronutrients','menuStyle==LeftMenuLvlTwoBlueIndent','secondaryUrlVariableField==copy');
g_navNode_6_2_1_6=g_navNode_6_2_1.addNode('411','Ultra-Che \x28EDTA Chelates\x29',ssUrlPrefix + 'MICRONUTRIENTS/Products/LiquidChelatedNutrients/EDTAChelates/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60Micronutrients\x60 ','bgColor==0x79B5C4','deadAnchor==TRUE','groupLetter==M','groupTitle==MICRONUTRIENTS','mainNavPosition==Micronutrients','menuStyle==LeftMenuLvlTwoBlueIndent','secondaryUrlVariableField==copy');
g_navNode_7=g_navNode_Root.addNode('334','Seed Treatments\x3cbr\x3e\x26 Grain Protectants',ssUrlPrefix + 'SEEDGRAIN/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60SeedTreatments\x60','bgColor==0xDC8B3C','btnImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025122.gif','btnOverImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025220.gif','btnPageImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025219.gif','groupLetter==ST','groupTitle==SEED TREATMENT \x2526  GRAIN PROTECTANTS','mainNavPosition==Main','menuStyle==MainMenuStyle','secondaryUrlVariableField==copy');
g_navNode_7_0=g_navNode_7.addNode('349','What Growers Are Saying',ssUrlPrefix + 'SEEDGRAIN/Growers/default.aspx','bgColor==0xDC8B3C','deadAnchor==FALSE','groupLetter==ST','groupTitle==SEED TREATMENT \x2526  GRAIN PROTECTANTS','iconImage==/stellent/groups/application_code/documents/web_asset/ecmd2-025102.gif','mainNavPosition==SeedTreatments','menuStyle==LeftMenuLvlOneBrown','secondaryUrlVariableField==copy');
g_navNode_7_1=g_navNode_7.addNode('351','Browse Our Products',ssUrlPrefix + 'SEEDGRAIN/Products/default.aspx','deadAnchor==FALSE','mainNavPosition==SeedTreatments','menuHeader==TRUE','menuStyle==LeftMenuLvlOneBrown','secondaryUrlVariableField==copy');
g_navNode_7_1_0=g_navNode_7_1.addNode('369','Grain Protectants',ssUrlPrefix + 'SEEDGRAIN/Products/GrainProtectants/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60SeedTreatments\x60','bgColor==0xa3652a','deadAnchor==TRUE','groupLetter==GP','groupTitle==GRAIN PROTECTANTS','mainNavPosition==SeedTreatments','menuStyle==LeftMenuLvlTwoBrown','secondaryUrlVariableField==copy');
g_navNode_7_1_1=g_navNode_7_1.addNode('370','Seed Treatments',ssUrlPrefix + 'SEEDGRAIN/Products/SeedTreatments/default.aspx','DynamicListQuery==xWebsiteObjectType \x3cmatches\x3e \x60Data File\x60  \x3cAND\x3e  xRegionDefinition \x3csubstring\x3e \x60AGRISOLUTIONS_PRODUCT_RD\x60  \x3cAND\x3e  xText1 \x3csubstring\x3e \x60SeedTreatments\x60 ','bgColor==0xdb8d3b','deadAnchor==TRUE','groupLetter==ST','groupTitle==SEED TREATMENTS','mainNavPosition==SeedTreatments','menuStyle==LeftMenuLvlTwoBrown','secondaryUrlVariableField==copy');
g_navNode_8=g_navNode_Root.addNode('335','Agronomic Expertise',ssUrlPrefix + 'AGRONOMICEXPERTISE/default.aspx','bgColor==0x4c721d','btnImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025122.gif','btnOverImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025233.gif','btnPageImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025232.gif','groupTitle==AGRONOMIC EXPERTISE','mainNavPosition==Main','menuStyle==MainMenuStyle','secondaryUrlVariableField==copy');
g_navNode_8_0=g_navNode_8.addNode('397','AgriSolutions\x26trade\x3b FAQ',ssUrlPrefix + 'AGRONOMICEXPERTISE/AgriSolutionsFAQ/default.aspx','bgColor==0x4c721d','groupTitle==AGRONOMIC EXPERTISE','iconImage==/stellent/groups/application_code/documents/web_asset/ecmd2-025102.gif','mainNavPosition==AgronomicExpertise','menuStyle==LeftMenuLvlOneDrkGreen','secondaryUrlVariableField==copy');
g_navNode_8_1=g_navNode_8.addNode('398','White Papers',ssUrlPrefix + 'AGRONOMICEXPERTISE/WhitePapers/default.aspx','bgColor==0x4c721d','groupTitle==AGRONOMIC EXPERTISE','iconImage==/stellent/groups/application_code/documents/web_asset/ecmd2-025102.gif','mainNavPosition==AgronomicExpertise','menuStyle==LeftMenuLvlOneDrkGreen');
g_navNode_8_2=g_navNode_8.addNode('452','Answer Plot\x26reg\x3b Program',ssUrlPrefix + 'AGRONOMICEXPERTISE/AnswerPlotregProgram/index.htm','bgColor==0x4c721d','groupTitle==AGRONOMIC EXPERTISE','iconImage==/stellent/groups/application_code/documents/web_asset/ecmd2-025102.gif','mainNavPosition==AgronomicExpertise','menuStyle==LeftMenuLvlOneDrkGreen');
g_navNode_9=g_navNode_Root.addNode('336','About Us',ssUrlPrefix + 'ABOUTUS/default.aspx','bgColor==0x4c721d','btnImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025122.gif','btnOverImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025233.gif','btnPageImage==/stellent/groups/public/\x40agrisolutions/documents/web_content/ecmd2-0025232.gif','groupTitle==ABOUT US','mainNavPosition==Main','menuStyle==MainMenuStyle','secondaryUrlVariableField==copy');
g_navNode_9_0=g_navNode_9.addNode('393','Our Brand',ssUrlPrefix + 'ABOUTUS/OurBrand/default.aspx','bgColor==0x4c721d','groupTitle==ABOUT US','iconImage==/stellent/groups/application_code/documents/web_asset/ecmd2-025102.gif','mainNavPosition==AboutUs','menuStyle==LeftMenuLvlOneDrkGreen','secondaryUrlVariableField==copy');
g_navNode_9_1=g_navNode_9.addNode('394','Our Product Line',ssUrlPrefix + 'ABOUTUS/OurProductLine/default.aspx','bgColor==0x4c721d','groupTitle==ABOUT US','iconImage==/stellent/groups/application_code/documents/web_asset/ecmd2-025102.gif','mainNavPosition==AboutUs','menuStyle==LeftMenuLvlOneDrkGreen','secondaryUrlVariableField==copy');
g_navNode_9_3=g_navNode_9.addNode('396','Research',ssUrlPrefix + 'ABOUTUS/Research/default.aspx','bgColor==0x4c721d','groupTitle==ABOUT US','iconImage==/stellent/groups/application_code/documents/web_asset/ecmd2-025102.gif','mainNavPosition==AboutUs','menuStyle==LeftMenuLvlOneDrkGreen','secondaryUrlVariableField==copy');

