/////////////////////////////////////////////////////////////////////////////
// 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('1','Home',ssUrlPrefix + 'index.htm',null);
g_navNode_1=g_navNode_Root.addNode('ss_industries','Industries',ssUrlPrefix + 'Industries/index.htm','redirectUrl==ss_ind_IndustriesOverview','registrationRequired==FALSE','secondaryUrlVariableField==region1');
g_navNode_1_0=g_navNode_1.addNode('ss_ind_IndustriesOverview','Industries Overview',ssUrlPrefix + 'Industries/IndustriesOverview/index.htm');
g_navNode_1_1=g_navNode_1.addNode('ss_ind_education','Education',ssUrlPrefix + 'Industries/Education/index.htm','searchFieldName==xCustomerSolutions','searchFieldValue==Education','secondaryUrlVariableField==region1');
g_navNode_1_2=g_navNode_1.addNode('ss_ind_finance','Finance',ssUrlPrefix + 'Industries/Finance/index.htm','searchFieldName==xCustomerSolutions','searchFieldValue==Finance','secondaryUrlVariableField==region1');
g_navNode_1_3=g_navNode_1.addNode('ss_ind_foodbeverage','Food / Beverage',ssUrlPrefix + 'Industries/FoodBeverage/index.htm','searchFieldName==xCustomerSolutions','searchFieldValue==Food / Beverage','secondaryUrlVariableField==region1');
g_navNode_1_4=g_navNode_1.addNode('ss_ind_government','Government',ssUrlPrefix + 'Industries/Government/index.htm','searchFieldName==xCustomerSolutions','searchFieldValue==Government','secondaryUrlVariableField==region1');
g_navNode_1_10=g_navNode_1.addNode('ss_ind_transportation','Transportation',ssUrlPrefix + 'Industries/Transportation/index.htm','searchFieldName==xCustomerSolutions','searchFieldValue==Transportation','secondaryUrlVariableField==region1');
g_navNode_1_13=g_navNode_1.addNode('ss_ind_WindPower','Wind Power',ssUrlPrefix + 'Industries/WindPower/index.htm','searchFieldName==xCustomerSolutions','searchFieldValue==Wind Power','secondaryUrlVariableField==region1');
g_navNode_2=g_navNode_Root.addNode('ss_solutions','Solutions',ssUrlPrefix + 'Solutions/index.htm','redirectUrl==ss_sol_SolutionsOverview','secondaryUrlVariableField==region1');
g_navNode_2_0=g_navNode_2.addNode('ss_sol_SolutionsOverview','Solutions Overview',ssUrlPrefix + 'Solutions/SolutionsOverview/index.htm');
g_navNode_2_1=g_navNode_2.addNode('ss_sol_datacenter','Data Center',ssUrlPrefix + 'Solutions/DataCenter/index.htm','dynamicQuery==xCustomerSolutions \x3csubstring\x3e \x60Data Center\x60','searchFieldName==xCustomerSolutions','searchFieldValue==Data Center','secondaryUrlVariableField==region1','showNoQueryNav==FALSE');
g_navNode_2_2=g_navNode_2.addNode('ss_sol_connectedbuildings','Connected Buildings',ssUrlPrefix + 'Solutions/ConnectedBuildings/index.htm','dontDisplayRHS==FALSE','searchFieldName==xCustomerSolutions','searchFieldValue==Connected Buildings','secondaryUrlVariableField==region1');
g_navNode_2_6=g_navNode_2.addNode('ss_sol_industrialauto','Industrial Automation',ssUrlPrefix + 'Solutions/IndustrialAutomation/index.htm','searchFieldName==xCustomerSolutions','searchFieldValue==Industrial / Construction','secondaryUrlVariableField==region1');
g_navNode_2_7=g_navNode_2.addNode('ss_sol_mro','MRO',ssUrlPrefix + 'Solutions/MRO/index.htm','searchFieldName==xCustomerSolutions','searchFieldValue==MRO / Facilities','secondaryUrlVariableField==region1');
g_navNode_2_8=g_navNode_2.addNode('ss_sol_oem','OEM',ssUrlPrefix + 'Solutions/OEM/index.htm','searchFieldName==xCustomerSolutions','searchFieldValue==OEM / Manufacturing','secondaryUrlVariableField==region1');
g_navNode_3=g_navNode_Root.addNode('ss_products','Products',ssUrlPrefix + 'Products/index.htm','redirectUrl==ss_prod_productoverviews');
g_navNode_3_0=g_navNode_3.addNode('ss_prod_productoverviews','Products Overview',ssUrlPrefix + 'Products/ProductOverviews/index.htm');
g_navNode_3_0_0=g_navNode_3_0.addNode('ss_prod_cabinetsrackscables','Cabinets, Racks and Cable Management',ssUrlPrefix + 'Products/ProductOverviews/CabinetsRacksCables/index.htm','productClassId==986','searchFieldName==xProductClassification','searchFieldValue==986','secondaryUrlVariableField==region1');
g_navNode_3_0_1=g_navNode_3_0.addNode('ss_prod_cablemanagement','Cable Management',ssUrlPrefix + 'Products/ProductOverviews/CableManagement/index.htm','productClassId==311','searchFieldName==xProductClassification','searchFieldValue==311','secondaryUrlVariableField==region1');
g_navNode_3_0_2=g_navNode_3_0.addNode('ss_prod_cableties','Cable Ties',ssUrlPrefix + 'Products/ProductOverviews/CableTies/index.htm','productClassId==1002','searchFieldName==xProductClassification','searchFieldValue==1002','secondaryUrlVariableField==region1');
g_navNode_3_0_3=g_navNode_3_0.addNode('ss_prod_coppersolutions','Copper Systems',ssUrlPrefix + 'Products/ProductOverviews/CopperSolutions/index.htm','productClassId==1845','searchFieldName==xProductClassification','searchFieldValue==1845','secondaryUrlVariableField==region1');
g_navNode_3_0_4=g_navNode_3_0.addNode('ss_prod_fibersystems','Fiber Optic Systems',ssUrlPrefix + 'Products/ProductOverviews/FiberSystems/index.htm','productClassId==964','searchFieldName==xProductClassification','searchFieldValue==964','secondaryUrlVariableField==region1');
g_navNode_3_0_5=g_navNode_3_0.addNode('ss_groundingsystem','Grounding System',ssUrlPrefix + 'Products/ProductOverviews/GroundingSystem/index.htm','productClassId==1050','searchFieldName==xProductClassification','searchFieldValue==1050','secondaryUrlVariableField==region1');
g_navNode_3_0_6=g_navNode_3_0.addNode('ss_prod_heatshrinkabrasionprot','Heat Shrink \x26 Abrasion Prot',ssUrlPrefix + 'Products/ProductOverviews/HeatShrinkAbrasionProt/index.htm','productClassId==456','searchFieldName==xProductClassification','searchFieldValue==456','secondaryUrlVariableField==region1');
g_navNode_3_0_7=g_navNode_3_0.addNode('ss_idandlabelingsystems','Identification and Labeling Systems',ssUrlPrefix + 'Products/ProductOverviews/IdentificationandLabelingSystems/index.htm','productClassId==1030','searchFieldName==xProductClassification','searchFieldValue==1030','secondaryUrlVariableField==region1');
g_navNode_3_0_8=g_navNode_3_0.addNode('ss_prod_installationtools','Installation Tools',ssUrlPrefix + 'Products/ProductOverviews/InstallationTools/index.htm','dontDisplayRHS==TRUE','secondaryUrlVariableField==region1');
g_navNode_3_0_9=g_navNode_3_0.addNode('ss_prod_locktagoutsafetynetsec','Lockout/Tagout, Safety \x26 Network Security Solutions',ssUrlPrefix + 'Products/ProductOverviews/LockoutTagoutSafetyNetworkSecuritySolutions/index.htm','productClassId==1034','searchFieldName==xProductClassification','searchFieldValue==1034','secondaryUrlVariableField==region1');
g_navNode_3_0_10=g_navNode_3_0.addNode('ss_prod_prodnetkeynetworkcomp','NetKey Network Components',ssUrlPrefix + 'Products/ProductOverviews/NetKeyNetworkComponents/index.htm','productClassId==1042','searchFieldName==xProductClassification','searchFieldValue==1042','secondaryUrlVariableField==region1');
g_navNode_3_0_11=g_navNode_3_0.addNode('ss_prod_outletsystems','Outlet Systems',ssUrlPrefix + 'Products/ProductOverviews/OutletSystems/index.htm','productClassId==24','searchFieldName==xProductClassification','searchFieldValue==24','secondaryUrlVariableField==region1');
g_navNode_3_0_12=g_navNode_3_0.addNode('ss_prod_overundercablerouting','Overhead / Underfloor Cable Routing',ssUrlPrefix + 'Products/ProductOverviews/OverheadUnderfloorCableRouting/index.htm','productClassId==111','searchFieldName==xProductClassification','searchFieldValue==111','secondaryUrlVariableField==region1');
g_navNode_3_0_13=g_navNode_3_0.addNode('ss_prod_physicalinfrastructure','Physical Infrastructure Manangement',ssUrlPrefix + 'Products/ProductOverviews/PhysicalInfrastructureManagement/index.htm','productClassId==1152','searchFieldName==xProductClassification','searchFieldValue==1152','secondaryUrlVariableField==region1');
g_navNode_3_0_14=g_navNode_3_0.addNode('ss_prod_powerconnectors','Power Connectors',ssUrlPrefix + 'Products/ProductOverviews/PowerConnectors/index.htm','productClassId==1047','searchFieldName==xProductClassification','searchFieldValue==1047','secondaryUrlVariableField==region1');
g_navNode_3_0_15=g_navNode_3_0.addNode('ss_prod_poweroverethersys','Power Over Ethernet System',ssUrlPrefix + 'Products/ProductOverviews/PowerOverEthernetSystem/index.htm','productClassId==1885','searchFieldName==xProductClassification','searchFieldValue==1885','secondaryUrlVariableField==region1');
g_navNode_3_0_16=g_navNode_3_0.addNode('ss_prod_steelcabletiespermid','Stainless Steel Cable Ties, Permanent Identification',ssUrlPrefix + 'Products/ProductOverviews/StainlessSteelCableTiesPermanentIdentification/index.htm','productClassId==1004','searchFieldName==xProductClassification','searchFieldValue==1004','secondaryUrlVariableField==region1');
g_navNode_3_0_17=g_navNode_3_0.addNode('ss_prod_surfaceracewaysystems','Surface Raceway Systems',ssUrlPrefix + 'Products/ProductOverviews/SurfaceRacewaySystems/index.htm','productClassId==82','searchFieldName==xProductClassification','searchFieldValue==82','secondaryUrlVariableField==region1');
g_navNode_3_0_18=g_navNode_3_0.addNode('ss_prod_toolkits','Tool Kits',ssUrlPrefix + 'Products/ProductOverviews/ToolKits/index.htm','productClassId==2198','searchFieldName==xProductClassification','searchFieldValue==2198','secondaryUrlVariableField==region1');
g_navNode_3_0_19=g_navNode_3_0.addNode('ss_prod_terminals','Terminals',ssUrlPrefix + 'Products/ProductOverviews/Terminals/index.htm','productClassId==1037','searchFieldName==xProductClassification','searchFieldValue==1037','secondaryUrlVariableField==region1');
g_navNode_3_0_20=g_navNode_3_0.addNode('ss_prod_wirelesssystem','Wireless System',ssUrlPrefix + 'Products/ProductOverviews/WirelessSystem/index.htm','productClassId==1292','searchFieldName==xProductClassification','searchFieldValue==1292','secondaryUrlVariableField==region1');
g_navNode_3_0_21=g_navNode_3_0.addNode('ss_prod_wiringduct','Wiring Duct',ssUrlPrefix + 'Products/ProductOverviews/WiringDuct/index.htm','productClassId==1006','searchFieldName==xProductClassification','searchFieldValue==1006','secondaryUrlVariableField==region1');
g_navNode_3_0_22=g_navNode_3_0.addNode('ss_prod_zonecablingsystem','Zone Cabling System',ssUrlPrefix + 'Products/ProductOverviews/ZoneCablingSystem/index.htm','productClassId==431','searchFieldName==xProductClassification','searchFieldValue==431','secondaryUrlVariableField==region1');
g_navNode_3_1=g_navNode_3.addNode('ss_prod_billofmaterials','Bill of Materials',ssUrlPrefix + 'Products/BillofMaterials/index.htm');
g_navNode_3_2=g_navNode_3.addNode('ss_prod_favoriteproductslist','Favorite Products List',ssUrlPrefix + 'Products/FavoriteProductsList/index.htm');
g_navNode_3_4=g_navNode_3.addNode('ss_prod_FAQ','FAQ',ssUrlPrefix + 'Products/FAQ/index.htm','openInNewWindow==TRUE');
g_navNode_4=g_navNode_Root.addNode('ss_partners','Partners',ssUrlPrefix + 'Partners/index.htm','redirectUrl==ss_part_PartnersOverview','showNoQueryNav==TRUE');
g_navNode_4_0=g_navNode_4.addNode('ss_part_PartnersOverview','Partners Overview',ssUrlPrefix + 'Partners/PartnersOverview/index.htm','showNoQueryNav==TRUE');
g_navNode_4_1=g_navNode_4.addNode('ss_part_strategicalliances','Strategic Alliances',ssUrlPrefix + 'Partners/StrategicAlliances/index.htm','dontDisplayRHS==TRUE','showNoQueryNav==TRUE');
g_navNode_4_2=g_navNode_4.addNode('ss_part_architectsconsultants','Architects \x26 Consultants',ssUrlPrefix + 'Partners/ArchitectsConsultants/index.htm','dontDisplayRHS==TRUE','showNoQueryNav==TRUE');
g_navNode_4_2_0=g_navNode_4_2.addNode('ss_part_arch_designtools','Design Tools',ssUrlPrefix + 'Partners/ArchitectsConsultants/DesignTools/index.htm','redirectUrl==ss_sup_designtools');
g_navNode_4_2_1=g_navNode_4_2.addNode('ss_arch_officetools','Office Locator',ssUrlPrefix + 'Partners/ArchitectsConsultants/OfficeLocator/index.htm','dontDisplayRHS==TRUE','redirectUrl==ss_sup_contactus','showNoQueryNav==TRUE');
g_navNode_4_2_2=g_navNode_4_2.addNode('ss_arch_training','Training',ssUrlPrefix + 'Partners/ArchitectsConsultants/Training/index.htm','dontDisplayRHS==TRUE','redirectUrl==ss_sup_training','showNoQueryNav==TRUE');
g_navNode_4_2_3=g_navNode_4_2.addNode('ss_arch_boilerplatespec','Boiler Plate Specification',ssUrlPrefix + 'Partners/ArchitectsConsultants/BoilerPlateSpecification/index.htm','dontDisplayRHS==TRUE','redirectContentId==083389','registrationRequired==TRUE','showNoQueryNav==TRUE');
g_navNode_4_2_4=g_navNode_4_2.addNode('ss_arch_systemwarrenty','System Warranty',ssUrlPrefix + 'Partners/ArchitectsConsultants/SystemWarranty/index.htm','dontDisplayRHS==TRUE','showNoQueryNav==TRUE');
g_navNode_4_3=g_navNode_4.addNode('ss_part_distributors','Distributors',ssUrlPrefix + 'Partners/Distributors/index.htm','dontDisplayRHS==TRUE','secondaryUrlVariableField==region1','showNoQueryNav==TRUE');
g_navNode_4_3_1=g_navNode_4_3.addNode('ss_dist_officetools','Office Locator',ssUrlPrefix + 'Partners/Distributors/OfficeLocator/index.htm','dontDisplayRHS==TRUE','redirectUrl==ss_sup_contactus','showNoQueryNav==TRUE');
g_navNode_4_3_2=g_navNode_4_3.addNode('ss_dist_training','Training',ssUrlPrefix + 'Partners/Distributors/Training/index.htm','dontDisplayRHS==TRUE','redirectUrl==ss_sup_training','showNoQueryNav==TRUE');
g_navNode_4_3_3=g_navNode_4_3.addNode('ss_dist_logintopanserve','Login to Pan-Serve',ssUrlPrefix + 'Partners/Distributors/LogintoPan-Serve/index.htm');
g_navNode_4_4=g_navNode_4.addNode('ss_part_Contractors','Contractors',ssUrlPrefix + 'Partners/Contractors/index.htm','dontDisplayRHS==TRUE','showNoQueryNav==TRUE');
g_navNode_4_4_0=g_navNode_4_4.addNode('ss_part_cont_designtools','Design Tools',ssUrlPrefix + 'Partners/Contractors/DesignTools/index.htm','redirectUrl==ss_sup_designtools');
g_navNode_4_4_1=g_navNode_4_4.addNode('ss_cont_officetools','Office Locator',ssUrlPrefix + 'Partners/Contractors/OfficeLocator/index.htm','dontDisplayRHS==TRUE','redirectUrl==ss_sup_contactus','showNoQueryNav==TRUE');
g_navNode_4_4_2=g_navNode_4_4.addNode('ss_cont_training','Training',ssUrlPrefix + 'Partners/Contractors/Training/index.htm','dontDisplayRHS==TRUE','redirectUrl==ss_sup_training','showNoQueryNav==TRUE');
g_navNode_4_4_3=g_navNode_4_4.addNode('ss_cont_boilerplatespec','Boiler Plate Specification',ssUrlPrefix + 'Partners/Contractors/BoilerPlateSpecification/index.htm','dontDisplayRHS==TRUE','redirectContentId==083389','registrationRequired==TRUE','showNoQueryNav==TRUE');
g_navNode_4_4_4=g_navNode_4_4.addNode('ss_cont_systemwarrenty','System Warranty',ssUrlPrefix + 'Partners/Contractors/SystemWarranty/index.htm','dontDisplayRHS==TRUE','showNoQueryNav==TRUE');
g_navNode_4_5=g_navNode_4.addNode('ss_part_systemintegrators','System Integrators',ssUrlPrefix + 'Partners/SystemIntegrators/index.htm','dontDisplayRHS==TRUE','secondaryUrlVariableField==region1','showNoQueryNav==TRUE');
g_navNode_4_5_0=g_navNode_4_5.addNode('ss_si_designtools','Design Tools',ssUrlPrefix + 'Partners/SystemIntegrators/DesignTools/index.htm','redirectUrl==ss_sup_designtools');
g_navNode_4_5_1=g_navNode_4_5.addNode('ss_si_officetools','Office Locator',ssUrlPrefix + 'Partners/SystemIntegrators/OfficeLocator/index.htm','dontDisplayRHS==TRUE','redirectUrl==ss_sup_contactus','showNoQueryNav==TRUE');
g_navNode_4_5_2=g_navNode_4_5.addNode('ss_si_training','Training',ssUrlPrefix + 'Partners/SystemIntegrators/Training/index.htm','dontDisplayRHS==TRUE','redirectUrl==ss_sup_training','showNoQueryNav==TRUE');
g_navNode_4_5_3=g_navNode_4_5.addNode('ss_si_boilerplatespec','Boiler Plate Specification',ssUrlPrefix + 'Partners/SystemIntegrators/BoilerPlateSpecification/index.htm','dontDisplayRHS==TRUE','redirectContentId==083389','registrationRequired==TRUE','showNoQueryNav==TRUE');
g_navNode_4_5_4=g_navNode_4_5.addNode('ss_si_systemwarrenty','System Warranty',ssUrlPrefix + 'Partners/SystemIntegrators/SystemWarranty/index.htm','dontDisplayRHS==TRUE','showNoQueryNav==TRUE');
g_navNode_5=g_navNode_Root.addNode('ss_support','Support',ssUrlPrefix + 'Support/index.htm','redirectUrl==ss_sup_SupportOverview');
g_navNode_5_0=g_navNode_5.addNode('ss_sup_SupportOverview','Support Overview',ssUrlPrefix + 'Support/SupportOverview/index.htm');
g_navNode_5_1=g_navNode_5.addNode('ss_sup_customerservice','Customer Service',ssUrlPrefix + 'Support/CustomerService/index.htm','dontDisplayRHS==TRUE','secondaryUrlVariableField==region1','showNoQueryNav==TRUE');
g_navNode_5_1_2=g_navNode_5_1.addNode('ss_sup_contactus','Contact Us',ssUrlPrefix + 'Support/CustomerService/ContactUs/index.htm','dontDisplayRHS==TRUE');
g_navNode_5_2=g_navNode_5.addNode('ss_sup_locatedistributor','Locate Distributor',ssUrlPrefix + 'Support/LocateDistributor/index.htm');
g_navNode_5_4=g_navNode_5.addNode('ss_sup_WhitePapers','White Papers',ssUrlPrefix + 'Support/WhitePapers/index.htm','redirectUrl==ss_au_WhitePapers');
g_navNode_5_5=g_navNode_5.addNode('ss_sup_TechnicalPapers','Technical Papers',ssUrlPrefix + 'Support/TechnicalPapers/index.htm');
g_navNode_5_6=g_navNode_5.addNode('ss_sup_software','Software, Firmware \x26 Printers',ssUrlPrefix + 'Support/Software/index.htm','secondaryUrlVariableField==region1');
g_navNode_5_7=g_navNode_5.addNode('ss_sup_productreg','Product Registration',ssUrlPrefix + 'Support/ProductRegistration/index.htm');
g_navNode_5_8=g_navNode_5.addNode('ss_sup_training','Training',ssUrlPrefix + 'Support/Training/index.htm');
g_navNode_5_9=g_navNode_5.addNode('ss_sup_roicalculator','ROI Calculator',ssUrlPrefix + 'Support/ROICalculator/index.htm');
g_navNode_5_11=g_navNode_5.addNode('ss_sol_FAQ','FAQ',ssUrlPrefix + 'Support/FAQ/index.htm','openInNewWindow==TRUE');
g_navNode_5_12=g_navNode_5.addNode('ss_sup_designtools','Design Tools',ssUrlPrefix + 'Support/DesignTools/index.htm');
g_navNode_6=g_navNode_Root.addNode('ss_aboutus','About Us',ssUrlPrefix + 'AboutUs/index.htm','redirectUrl==ss_au_AboutPanduit');
g_navNode_6_0=g_navNode_6.addNode('ss_au_AboutPanduit','About Panduit',ssUrlPrefix + 'AboutUs/AboutPanduit/index.htm');
g_navNode_6_1=g_navNode_6.addNode('ss_au_MediaRoom','MediaRoom',ssUrlPrefix + 'AboutUs/MediaRoom/index.htm','showNoQueryNav==TRUE');
g_navNode_6_1_0=g_navNode_6_1.addNode('ss_au_pressreleases','Press Releases',ssUrlPrefix + 'AboutUs/MediaRoom/PressReleases/index.htm','secondaryUrlVariableField==region1','showNoQueryNav==TRUE');
g_navNode_6_1_1=g_navNode_6_1.addNode('ss_au_MediaKit','MediaKit',ssUrlPrefix + 'AboutUs/MediaRoom/MediaKit/index.htm','dontDisplayRHS==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_1_2=g_navNode_6_1.addNode('ss_au_CaseStudies','Case Studies',ssUrlPrefix + 'AboutUs/MediaRoom/CaseStudies/index.htm');
g_navNode_6_1_3=g_navNode_6_1.addNode('ss_au_Article','Article',ssUrlPrefix + 'AboutUs/MediaRoom/Article/index.htm');
g_navNode_6_1_4=g_navNode_6_1.addNode('ss_au_WhitePapers','White Papers',ssUrlPrefix + 'AboutUs/MediaRoom/WhitePapers/index.htm');
g_navNode_6_1_5=g_navNode_6_1.addNode('ss_au_MediaContacts','Media Contacts',ssUrlPrefix + 'AboutUs/MediaRoom/MediaContacts/index.htm','dontDisplayRHS==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_1_6=g_navNode_6_1.addNode('ss_au_ImageGallery','Image Gallery',ssUrlPrefix + 'AboutUs/MediaRoom/ImageGallery/index.htm','dontDisplayRHS==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_3=g_navNode_6.addNode('ss_au_events','Events',ssUrlPrefix + 'AboutUs/Events/index.htm','eventsCalendarFilter==Panduit.com','secondaryUrlVariableField==region1');
g_navNode_6_4=g_navNode_6.addNode('ss_au_quality','Quality',ssUrlPrefix + 'AboutUs/Quality/index.htm','dontDisplayRHS==TRUE');
g_navNode_6_5=g_navNode_6.addNode('ss_au_environmental','Environmental',ssUrlPrefix + 'AboutUs/Environmental/index.htm','dontDisplayRHS==TRUE','secondaryUrlVariableField==region1','showNoQueryNav==TRUE');
g_navNode_6_5_0=g_navNode_6_5.addNode('ss_au_rohs','RoHS',ssUrlPrefix + 'AboutUs/Environmental/RoHS/index.htm','dontDisplayRHS==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_5_2=g_navNode_6_5.addNode('ss_au_msds','MSDS',ssUrlPrefix + 'AboutUs/Environmental/MSDS/index.htm','dontDisplayRHS==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_6=g_navNode_6.addNode('ss_au_privacypolicy','Privacy Policy',ssUrlPrefix + 'AboutUs/PrivacyPolicy/index.htm','dontDisplayRHS==TRUE','secondaryUrlVariableField==region1');
g_navNode_6_8=g_navNode_6.addNode('ss_au_legalinfo','LegalInformation',ssUrlPrefix + 'AboutUs/LegalInformation/index.htm','secondaryUrlVariableField==region1');
g_navNode_6_9=g_navNode_6.addNode('ss_au_companyinformation','Company Information',ssUrlPrefix + 'AboutUs/CompanyInformation/index.htm','dontDisplayRHS==TRUE');
g_navNode_7=g_navNode_Root.addNode('ss_careers','Careers',ssUrlPrefix + 'Careers/index.htm','dontDisplayRHS==TRUE','redirectUrl==ss_car_CareersOverview','showNoQueryNav==TRUE');
g_navNode_7_0=g_navNode_7.addNode('ss_car_CareersOverview','Careers Overview',ssUrlPrefix + 'Careers/CareersOverview/index.htm');
g_navNode_7_1=g_navNode_7.addNode('ss_car_CareerOpportunities','Career Opportunities',ssUrlPrefix + 'Careers/CareerOpportunities/index.htm','iframeSrcUrl==http\x3a//www5.panduit.com/WebApps/Careers/jobsearch.asp');
g_navNode_7_2=g_navNode_7.addNode('ss_car_coop_ops','Co-Op Opportunities',ssUrlPrefix + 'Careers/CoOpOpportunities/index.htm','dontDisplayRHS==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_3=g_navNode_7.addNode('ss_car_recruitingevents','Recruiting Events',ssUrlPrefix + 'Careers/RecruitingEvents/index.htm','dontDisplayRHS==TRUE','secondaryUrlVariableField==region1');
g_navNode_7_4=g_navNode_7.addNode('ss_car_submitresume','Submit Resume',ssUrlPrefix + 'Careers/SubmitResume/index.htm','dontDisplayRHS==TRUE','iframeSrcUrl==http\x3a//www5.panduit.com/WebApps/Careers/resume_form.asp');
g_navNode_7_5=g_navNode_7.addNode('ss_car_careerdev','Career Development',ssUrlPrefix + 'Careers/CareerDevelopment/index.htm','dontDisplayRHS==TRUE');
g_navNode_7_6=g_navNode_7.addNode('ss_car_benefits','Benefits',ssUrlPrefix + 'Careers/Benefits/index.htm','dontDisplayRHS==TRUE','secondaryUrlVariableField==region1');
