/////////////////////////////////////////////////////////////////////////////
// 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 eqPos = argValues[i].indexOf("==");
		var attrName = argValues[i].substring(0,eqPos);
		var attrValue = argValues[i].substring(eqPos+2);

		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 eqPos = argValues[i].indexOf("==");
		var attrName = argValues[i].substring(0,eqPos);
		var attrValue = argValues[i].substring(eqPos+2);

		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('4','Homepage',ssUrlPrefix + 'index.htm',null,'css_file_name==npowerhomepage.css','js_file_name==popup.js,quickwins.js','secondaryUrlVariableField==MainRegion');
g_navNode_0=g_navNode_Root.addNode('athome','Home energy',ssUrlPrefix + 'At_home/index.htm','WTSiteSegmentation==residential','css_file_name==npowerhomepage.css','js_file_name==npower.js,javascript.js,quickwins.js,AC_RunActiveContent.js','print_css_file_name==print.css','redirectionURL==/Home/index.htm');
g_navNode_0_1=g_navNode_0.addNode('mynpower','My npower',ssUrlPrefix + 'At_home/my_npower/index.htm','css_file_name==at-home.css,promotions.css','secondaryUrlVariableField==MainRegion');
g_navNode_0_1_0=g_navNode_0_1.addNode('login','Log in',ssUrlPrefix + 'At_home/my_npower/log_in/index.htm','js_file_name==socratos.js','secondaryUrlVariableField==MainRegion');
g_navNode_0_1_1=g_navNode_0_1.addNode('signup','Sign up',ssUrlPrefix + 'At_home/my_npower/sign_up/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_1_2=g_navNode_0_1.addNode('prizedraw','Prize draw',ssUrlPrefix + 'At_home/my_npower/prize_draw/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_1_3=g_navNode_0_1.addNode('benefits','Benefits',ssUrlPrefix + 'At_home/my_npower/benefits/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_1_4=g_navNode_0_1.addNode('forgottenpassword','Forgotten Password',ssUrlPrefix + 'At_home/my_npower/forgotten_password/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_1_5=g_navNode_0_1.addNode('help','Help',ssUrlPrefix + 'At_home/my_npower/help/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_2=g_navNode_0.addNode('electricityandgas','Electricity \x26amp\x3b gas',ssUrlPrefix + 'At_home/electricity_and_gas/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Products/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_2_0=g_navNode_0_2.addNode('egproducts','Products',ssUrlPrefix + 'At_home/electricity_and_gas/Products/index.htm','css_file_name==stylesheet_grid_products_ver2','js_file_name==popup.js,quickwins.js,javascript.js','redirectionURL==/Home/Electricity-and-gas/Products/index.htm');
g_navNode_0_2_0_0=g_navNode_0_2_0.addNode('545','Go Save',ssUrlPrefix + 'At_home/electricity_and_gas/Products/GoSave/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Products/Go-save/index.htm');
g_navNode_0_2_0_1=g_navNode_0_2_0.addNode('egsignonline','Sign Online',ssUrlPrefix + 'At_home/electricity_and_gas/Products/SignOnline/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Products/Sign-Online/index.htm');
g_navNode_0_2_0_3=g_navNode_0_2_0.addNode('egstandard','Standard',ssUrlPrefix + 'At_home/electricity_and_gas/Products/Standard/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Products/Standard/index.htm');
g_navNode_0_2_0_4=g_navNode_0_2_0.addNode('127','Freedom',ssUrlPrefix + 'At_home/electricity_and_gas/Products/freedom/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Products/Freedom/index.htm');
g_navNode_0_2_0_5=g_navNode_0_2_0.addNode('egjuice','Juice',ssUrlPrefix + 'At_home/electricity_and_gas/Products/Juice/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Products/Juice/index.htm');
g_navNode_0_2_0_6=g_navNode_0_2_0.addNode('388','National Trust',ssUrlPrefix + 'At_home/electricity_and_gas/Products/NationalTrust/index.htm','redirectionURL==/nationaltrust');
g_navNode_0_2_0_12=g_navNode_0_2_0.addNode('408','Football Saver',ssUrlPrefix + 'At_home/electricity_and_gas/Products/FootballSaver/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Products/Football_Saver/index.htm');
g_navNode_0_2_1=g_navNode_0_2.addNode('egstepstoswitch','How to switch',ssUrlPrefix + 'At_home/electricity_and_gas/steps_to_switch/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/How-to-switch/index.htm');
g_navNode_0_2_2=g_navNode_0_2.addNode('egtypesoftariff','Types of meter',ssUrlPrefix + 'At_home/electricity_and_gas/types_of_tariff/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Types-of-meter/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_2_2_0=g_navNode_0_2_2.addNode('egcreditmetertariffs','Credit meter tariffs',ssUrlPrefix + 'At_home/electricity_and_gas/types_of_tariff/credit_meter_tariffs/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Types-of-meter/Credit-meter-tariffs/index.htm');
g_navNode_0_2_2_1=g_navNode_0_2_2.addNode('egprepaymentmetertariffs','Prepayment meter tariffs',ssUrlPrefix + 'At_home/electricity_and_gas/types_of_tariff/prepayment_meter_tariffs/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Types-of-meter/Prepayment-meter-tariffs/index.htm');
g_navNode_0_2_3=g_navNode_0_2.addNode('egpricesanddiscounts','Electricity \x26 gas prices',ssUrlPrefix + 'At_home/electricity_and_gas/prices_and_discounts/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Electricity-and-gas-prices/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_2_3_0=g_navNode_0_2_3.addNode('prices_in_your_area','Prices in your area',ssUrlPrefix + 'At_home/electricity_and_gas/prices_and_discounts/prices_in_your_area/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Electricity-and-gas-prices/Prices-in-your-area/index.htm');
g_navNode_0_2_3_1=g_navNode_0_2_3.addNode('Discounts','Direct Debit discounts',ssUrlPrefix + 'At_home/electricity_and_gas/prices_and_discounts/Discounts/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Electricity-and-gas-prices/Direct-Debit-discounts/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_2_3_2=g_navNode_0_2_3.addNode('563','Green energy bonus discount',ssUrlPrefix + 'At_home/electricity_and_gas/prices_and_discounts/Greenenergybonusdiscount/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Electricity-and-gas-prices/Green-energy-bonus-discount/index.htm');
g_navNode_0_2_4=g_navNode_0_2.addNode('483','Smart Metering',ssUrlPrefix + 'At_home/electricity_and_gas/SmartMetering/index.htm','css_file_name==revealer_stylesheet','js_file_name==npower.js','redirectionURL==/Home/Electricity-and-gas/Smart-metering/index.htm');
g_navNode_0_2_5=g_navNode_0_2.addNode('egtermsandconditions','Terms \x26amp\x3b conditions',ssUrlPrefix + 'At_home/electricity_and_gas/terms_and_conditions/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Electricity-and-gas/Terms-and-conditions/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_3=g_navNode_0.addNode('gogreen','Go green',ssUrlPrefix + 'At_home/juice-clean_and_green/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_3_0=g_navNode_0_3.addNode('gggreenenergy','Green energy',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Green-energy/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_3_0_0=g_navNode_0_3_0.addNode('ggaboutjuice','About Juice',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/about_juice/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Green-energy/About-juice/index.htm');
g_navNode_0_3_0_0_0=g_navNode_0_3_0_0.addNode('gghowjuiceworks','How Juice works',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/about_juice/how_juice_works/index.htm','css_file_name==REFRESH_STYLESHEET','redirectionURL==/Home/Energy-efficiency/Green-energy/About-juice/How-juice-works/index.htm');
g_navNode_0_3_0_0_1=g_navNode_0_3_0_0.addNode('gghowjuicestarted','How Juice started',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/about_juice/how_juice_started/index.htm','css_file_name==REFRESH_STYLESHEET','redirectionURL==/Home/Energy-efficiency/Green-energy/About-juice/How-juice-started/index.htm');
g_navNode_0_3_0_0_3=g_navNode_0_3_0_0.addNode('ggwavefarmdevelopment','Wave farm development',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/about_juice/wave_farm_development/index.htm','css_file_name==REFRESH_STYLESHEET','redirectionURL==/Home/Energy-efficiency/Green-energy/About-juice/Wave-farm-development/index.htm');
g_navNode_0_3_0_1=g_navNode_0_3_0.addNode('ggquoteandswitch','Quote \x26amp\x3b Switch',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/quote_and_switch/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Green-energy/Quote-and-switch/index.htm');
g_navNode_0_3_0_3=g_navNode_0_3_0.addNode('ggpricesanddiscounts','Prices \x26amp\x3b discounts',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/Prices_and_discounts/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Green-energy/Prices-and-discounts/index.htm');
g_navNode_0_3_0_3_0=g_navNode_0_3_0_3.addNode('ggpricesinyourarea','Prices in your area',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/Prices_and_discounts/prices_in_your_area/index.htm','css_file_name==REFRESH_STYLESHEET','redirectionURL==/Home/Energy-efficiency/Green-energy/Prices-and-discounts/Prices-in-your-area/index.htm');
g_navNode_0_3_0_3_1=g_navNode_0_3_0_3.addNode('ggdiscounts','Discounts',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/Prices_and_discounts/Discounts/index.htm','css_file_name==REFRESH_STYLESHEET','redirectionURL==/Home/Energy-efficiency/Green-energy/Prices-and-discounts/Discounts/index.htm');
g_navNode_0_3_0_3_2=g_navNode_0_3_0_3.addNode('ggquestionsandanswers','Questions and answers',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/Prices_and_discounts/questions_and_answers/index.htm','css_file_name==REFRESH_STYLESHEET','redirectionURL==/Home/Energy-efficiency/Green-energy/Prices-and-discounts/Questions-and-answers/index.htm');
g_navNode_0_3_0_4=g_navNode_0_3_0.addNode('ggtermsandconditions','Terms \x26amp\x3b Conditions',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/terms_and_conditions/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Green-energy/Terms-and-conditions/index.htm');
g_navNode_0_3_0_5=g_navNode_0_3_0.addNode('ggtariffs','Tariffs',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/Tariffs/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Green-energy/Tariffs/index.htm');
g_navNode_0_3_0_5_0=g_navNode_0_3_0_5.addNode('ggcreditmetertariffs','Credit meter tariffs',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/Tariffs/credit_meter_tariffs/index.htm','css_file_name==REFRESH_STYLESHEET','redirectionURL==/Home/Energy-efficiency/Green-energy/Tariffs/Credit-meter-tariffs/index.htm');
g_navNode_0_3_0_5_1=g_navNode_0_3_0_5.addNode('ggprepaymentmetertariffs','Prepayment meter tariffs',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/Tariffs/prepayment_meter_tariffs/index.htm','css_file_name==REFRESH_STYLESHEET','redirectionURL==/Home/Energy-efficiency/Green-energy/Tariffs/Prepayment-meter-tariffs/index.htm');
g_navNode_0_3_0_6=g_navNode_0_3_0.addNode('ggoffshorewindfarm','Offshore Wind Farm',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/offshore_wind_farm/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Green-energy/Offshore-wind-farm/index.htm');
g_navNode_0_3_0_6_0=g_navNode_0_3_0_6.addNode('ggoffshorewindfarmfacts','Offshore wind farm facts',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/offshore_wind_farm/offshore_wind_farm_facts/index.htm','css_file_name==REFRESH_STYLESHEET','redirectionURL==/Home/Energy-efficiency/Green-energy/Offshore-wind-farm/offshore-wind-farm-facts/index.htm');
g_navNode_0_3_0_6_1=g_navNode_0_3_0_6.addNode('ggembracetherevolution','Embrace the revolution',ssUrlPrefix + 'At_home/juice-clean_and_green/Juice-clean_and_green/offshore_wind_farm/embrace_the_revolution/index.htm','css_file_name==REFRESH_STYLESHEET','redirectionURL==/Home/Energy-efficiency/Green-energy/Offshore-wind-farm/Embrace-the-revolution/index.htm');
g_navNode_0_3_1=g_navNode_0_3.addNode('ggnpowersolar','npower solar pv',ssUrlPrefix + 'At_home/juice-clean_and_green/npower_solar/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Solar/npower-solar-pv/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_3_1_0=g_navNode_0_3_1.addNode('ggacompleteservice','A complete service',ssUrlPrefix + 'At_home/juice-clean_and_green/npower_solar/a_complete_service/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Solar/npower-solar-pv/index.htm');
g_navNode_0_3_1_1=g_navNode_0_3_1.addNode('ggstepbystep','Step by step',ssUrlPrefix + 'At_home/juice-clean_and_green/npower_solar/step_by_step/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Solar/npower-solar-pv/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_3_1_2=g_navNode_0_3_1.addNode('ggsolarsavings','Solar savings',ssUrlPrefix + 'At_home/juice-clean_and_green/npower_solar/solar_savings/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Solar/npower-solar-pv/index.htm');
g_navNode_0_3_1_3=g_navNode_0_3_1.addNode('ggfrequentlyaskedquestions','FAQ\'s',ssUrlPrefix + 'At_home/juice-clean_and_green/npower_solar/frequently_asked_questions/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Solar/npower-solar-pv/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_3_1_4=g_navNode_0_3_1.addNode('ggsuitabilityquestionnaire','Suitability',ssUrlPrefix + 'At_home/juice-clean_and_green/npower_solar/suitability_questionnaire/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Solar/npower-solar-pv/index.htm');
g_navNode_0_3_1_5=g_navNode_0_3_1.addNode('ggbiographies','Biographies',ssUrlPrefix + 'At_home/juice-clean_and_green/npower_solar/Biographies/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Solar/npower-solar-pv/index.htm');
g_navNode_0_3_1_6=g_navNode_0_3_1.addNode('ggourteam','Our team',ssUrlPrefix + 'At_home/juice-clean_and_green/npower_solar/our_team/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Solar/npower-solar-pv/index.htm');
g_navNode_0_3_2=g_navNode_0_3.addNode('327','npower solar thermal',ssUrlPrefix + 'At_home/juice-clean_and_green/npowersolarthermal/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Solar/npower-solar-thermal/index.htm');
g_navNode_0_3_2_0=g_navNode_0_3_2.addNode('328','Switch on to the sun',ssUrlPrefix + 'At_home/juice-clean_and_green/npowersolarthermal/Switchontothesun/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Solar/npower-solar-thermal/index.htm');
g_navNode_0_3_2_1=g_navNode_0_3_2.addNode('329','FAQ\'s',ssUrlPrefix + 'At_home/juice-clean_and_green/npowersolarthermal/FAQs/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Solar/npower-solar-thermal/index.htm');
g_navNode_0_3_2_2=g_navNode_0_3_2.addNode('330','Suitability',ssUrlPrefix + 'At_home/juice-clean_and_green/npowersolarthermal/Suitability/index.htm','redirectionURL==/Home/Energy-efficiency/Solar/npower-solar-thermal/index.htm');
g_navNode_0_3_4=g_navNode_0_3.addNode('ggsellingenergy','Feed In Tariffs',ssUrlPrefix + 'At_home/juice-clean_and_green/Selling_energy/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Selling-your-energy/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_3_5=g_navNode_0_3.addNode('ggsavingenergy','Saving energy',ssUrlPrefix + 'At_home/juice-clean_and_green/Energy_savings/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Saving-energy/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_3_5_0=g_navNode_0_3_5.addNode('ggefficientproducts','Efficient products',ssUrlPrefix + 'At_home/juice-clean_and_green/Energy_savings/efficient_products/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Saving-energy/Efficient-products/index.htm');
g_navNode_0_3_5_1=g_navNode_0_3_5.addNode('ggbuildingfabrics','Home insulation',ssUrlPrefix + 'At_home/juice-clean_and_green/Energy_savings/building_fabrics/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Saving-energy/Home-insulation/index.htm');
g_navNode_0_3_5_2=g_navNode_0_3_5.addNode('gghomeheating','Home heating',ssUrlPrefix + 'At_home/juice-clean_and_green/Energy_savings/home_heating/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Saving-energy/Home-heating/index.htm');
g_navNode_0_3_5_3=g_navNode_0_3_5.addNode('ggappliances','Appliances',ssUrlPrefix + 'At_home/juice-clean_and_green/Energy_savings/appliances/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Saving-energy/Appliances/index.htm');
g_navNode_0_3_5_4=g_navNode_0_3_5.addNode('ggadviceandsupport','Advice and support',ssUrlPrefix + 'At_home/juice-clean_and_green/Energy_savings/advice_and_support/index.htm','css_file_name==REFRESH_STYLESHEET','js_file_name==popup.js','redirectionURL==/Home/Energy-efficiency/Saving-energy/Advice-and-support/index.htm');
g_navNode_0_5=g_navNode_0.addNode('customerservice','Customer services',ssUrlPrefix + 'At_home/customer_service/index.htm','css_file_name==css/customer-typography.css,css/right_now_faq.css','faq_category==WCMS_003367','js_file_name==npower.js,arss.js,RightNow.Client.js,RightNow.Client_add_component.js','redirectionURL==/Home/CustomerServices/index.htm');
g_navNode_0_5_0=g_navNode_0_5.addNode('Viewmybill','View my bill',ssUrlPrefix + 'At_home/customer_service/View_my_bill/index.htm','css_file_name==css/customer-typography.css','faq_category==WCMS_003370','js_file_name==popup.js','redirectionURL==/mybills','secondaryUrlVariableField==MainRegion');
g_navNode_0_5_1=g_navNode_0_5.addNode('Sendmeterreading','Meter reading',ssUrlPrefix + 'At_home/customer_service/Sendmeterreading/index.htm','css_file_name==css/customer-typography.css,css/right_now_faq.css','faq_category==WCMS_003367','js_file_name==npower.js,arss.js,RightNow.Client.js,RightNow.Client_add_component.js','redirectionURL==/Home/CustomerServices/MeterReading/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_5_2=g_navNode_0_5.addNode('changeyourdetails','Change my details',ssUrlPrefix + 'At_home/customer_service/change_your_details/index.htm','css_file_name==css/customer-typography.css,css/right_now_faq.css','faq_category==WCMS_003367','js_file_name==npower.js,arss.js,RightNow.Client.js,RightNow.Client_add_component.js','redirectionURL==/Home/CustomerServices/Change-my-details/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_5_3=g_navNode_0_5.addNode('yourquestionsanswered','FAQ',ssUrlPrefix + 'At_home/customer_service/yourquestionsanswered/index.htm','css_file_name==css/customer-typography.css,css/right_now_iframe.css','faq_category==WCMS_003367','js_file_name==npower.js,faq.js','secondaryUrlVariableField==MainRegion');
g_navNode_0_5_4=g_navNode_0_5.addNode('contactcustomerservices','Contact customer services',ssUrlPrefix + 'At_home/customer_service/contact_us/index.htm','css_file_name==css/customer-typography.css,css/right_now_faq.css','faq_category==WCMS_003367','js_file_name==npower.js,arss.js,RightNow.Client.js,RightNow.Client_add_component.js','redirectionURL==/Home/CustomerServices/Contact-customer-services/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_5_5=g_navNode_0_5.addNode('paymentinformation','Payment information',ssUrlPrefix + 'At_home/customer_service/payment_information/index.htm','css_file_name==css/customer-typography.css,css/right_now_faq.css','faq_category==WCMS_003369','js_file_name==npower.js,arss.js,RightNow.Client.js,RightNow.Client_add_component.js','redirectionURL==/Home/CustomerServices/Payment-information/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_5_6=g_navNode_0_5.addNode('57','Debt management',ssUrlPrefix + 'At_home/customer_service/Debt_management/index.htm','css_file_name==css/customer-typography.css,css/right_now_faq.css','js_file_name==npower.js,arss.js,RightNow.Client.js,RightNow.Client_add_component.js','redirectionURL==/Home/CustomerServices/Debt-management/index.htm');
g_navNode_0_5_10=g_navNode_0_5.addNode('emergencies','Emergencies',ssUrlPrefix + 'At_home/customer_service/emergencies/index.htm','css_file_name==css/customer-typography.css,css/right_now_faq.css','faq_category==WCMS_003367','js_file_name==npower.js,arss.js,RightNow.Client.js,RightNow.Client_add_component.js','redirectionURL==/Home/CustomerServices/Emergencies/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_5_11=g_navNode_0_5.addNode('importantinformation','Customer information',ssUrlPrefix + 'At_home/customer_service/important_information/index.htm','css_file_name==css/customer-typography.css,css/right_now_faq.css','faq_category==WCMS_003367','js_file_name==npower.js,arss.js,RightNow.Client.js,RightNow.Client_add_component.js','redirectionURL==/Home/CustomerServices/Customer-information/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_6=g_navNode_0.addNode('movinghome','Moving home',ssUrlPrefix + 'At_home/moving_home/index.htm','css_file_name==at-home.css,promotions.css','redirectionURL==/Home/Moving-home/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_6_0=g_navNode_0_6.addNode('letusknow','Let us know',ssUrlPrefix + 'At_home/moving_home/let_us_know/index.htm','js_file_name==npower.js','redirectionURL==/Home/Moving-home/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_6_1=g_navNode_0_6.addNode('mortgagetips','Mortgage tips',ssUrlPrefix + 'At_home/moving_home/mortgage_tips/index.htm','redirectionURL==/Home/Moving-home/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_6_2=g_navNode_0_6.addNode('localinformation','Local information',ssUrlPrefix + 'At_home/moving_home/local_information/index.htm','redirectionURL==/Home/Moving-home/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_6_3=g_navNode_0_6.addNode('costofliving','Cost of living',ssUrlPrefix + 'At_home/moving_home/cost_of_living/index.htm','redirectionURL==/Home/Moving-home/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_0_10=g_navNode_0.addNode('419','FAQ',ssUrlPrefix + 'At_home/FAQ/index.htm');
g_navNode_1=g_navNode_Root.addNode('inbusiness','Business energy',ssUrlPrefix + 'In_business/index.htm','WTSiteSegmentation==business','css_file_name==B2B.css,baseStyles.css,promotions.css','hideLeftNav==false','hideRightColumn==false','js_file_name==javascript.js,popup.js','print_css_file_name==print.css','redirectionURL==/Business/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_0=g_navNode_1.addNode('electricityandgassupply','Electricity \x26amp\x3b gas supply',ssUrlPrefix + 'In_business/Electricity_and_gas_supply/index.htm','redirectionURL==/Business/Electricity-and-gas/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_0_0=g_navNode_1_0.addNode('101','White paper',ssUrlPrefix + 'In_business/Electricity_and_gas_supply/Businessenergy/index.htm','redirectionURL==/Business/Electricity-and-gas/White-paper/index.htm');
g_navNode_1_0_1=g_navNode_1_0.addNode('11','Buy online',ssUrlPrefix + 'In_business/Electricity_and_gas_supply/Buy_online/index.htm','hideLeftNav==false','hideRightColumn==false','redirectionURL==/Campaigns/Business/Take-control/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_0_2=g_navNode_1_0.addNode('12','Gas supply',ssUrlPrefix + 'In_business/Electricity_and_gas_supply/Gassupply/index.htm','redirectionURL==/Business/Electricity-and-gas/Gas-supply/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_0_3=g_navNode_1_0.addNode('13','Electricity supply',ssUrlPrefix + 'In_business/Electricity_and_gas_supply/Electricitysupply/index.htm','redirectionURL==/Business/Electricity-and-gas/Electricity-supply/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_0_4=g_navNode_1_0.addNode('whynpower','Why npower',ssUrlPrefix + 'In_business/Electricity_and_gas_supply/Why_npower/index.htm','redirectionURL==/Business/Electricity-and-gas/Why-npower/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_1=g_navNode_1.addNode('connectionservices','Connection services',ssUrlPrefix + 'In_business/Connection_services/index.htm','redirectionURL==/Business/Connection-services/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_1_0=g_navNode_1_1.addNode('newconnectionform','New Connection Application Form',ssUrlPrefix + 'In_business/Connection_services/new_connection_form/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_1_1=g_navNode_1_1.addNode('14','New connections',ssUrlPrefix + 'In_business/Connection_services/Newconnections/index.htm','redirectionURL==/Business/Connection-services/New-connections/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_1_2=g_navNode_1_1.addNode('15','Gas site works',ssUrlPrefix + 'In_business/Connection_services/Gassiteworks/index.htm','redirectionURL==/Business/Connection-services/Gas-site-works/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_1_3=g_navNode_1_1.addNode('16','Power connections',ssUrlPrefix + 'In_business/Connection_services/Powerconnections/index.htm','redirectionURL==/Business/Connection-services/Power-connections/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_2=g_navNode_1.addNode('energymanagement','Energy management',ssUrlPrefix + 'In_business/Energy_management/index.htm','js_file_name==npower.js','redirectionURL==/Business/Energy-management/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_2_0=g_navNode_1_2.addNode('171','CRC Assist',ssUrlPrefix + 'In_business/Energy_management/Assist/index.htm','redirectionURL==/Business/Energy-management/Carbon-reduction-legislation/index.htm');
g_navNode_1_2_1=g_navNode_1_2.addNode('22','smartmeter',ssUrlPrefix + 'In_business/Energy_management/smartmeter/index.htm','redirectionURL==/Business/Energy-management/smartmeter/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_2_2=g_navNode_1_2.addNode('641','Gas AMR',ssUrlPrefix + 'In_business/Energy_management/GasAMR/index.htm','redirectionURL==/Business/Energy-management/Gas-automated-meter-reading/index.htm');
g_navNode_1_2_3=g_navNode_1_2.addNode('255','meter operator \x26 data collection',ssUrlPrefix + 'In_business/Energy_management/meteroperatordatacollection/index.htm','redirectionURL==/Business/Energy-management/Meter-operator-and-data-collection/index.htm');
g_navNode_1_2_4=g_navNode_1_2.addNode('EnergyAssist','energy assist',ssUrlPrefix + 'In_business/Energy_management/energyassist/index.htm','hideLeftNav==FALSE','hideRightColumn==TRUE','redirectionURL==/Business/Energy-management/Energy-assist/index.htm');
g_navNode_1_2_5=g_navNode_1_2.addNode('256','encompass',ssUrlPrefix + 'In_business/Energy_management/encompass/index.htm','js_file_name==show_panels.js','redirectionURL==/Business/Energy-management/encompass/index.htm');
g_navNode_1_2_6=g_navNode_1_2.addNode('257','springboard',ssUrlPrefix + 'In_business/Energy_management/springboard/index.htm','redirectionURL==/Business/Energy-management/Springboard/index.htm');
g_navNode_1_2_7=g_navNode_1_2.addNode('258','academy',ssUrlPrefix + 'In_business/Energy_management/academy/index.htm','redirectionURL==/Business/Energy-management/Academy/index.htm');
g_navNode_1_2_8=g_navNode_1_2.addNode('259','capitalise',ssUrlPrefix + 'In_business/Energy_management/capitalise/index.htm','redirectionURL==/Business/Energy-management/Capitalise/index.htm');
g_navNode_1_2_9=g_navNode_1_2.addNode('260','horizons',ssUrlPrefix + 'In_business/Energy_management/horizons/index.htm','redirectionURL==/Business/Energy-management/Horizons/index.htm');
g_navNode_1_2_10=g_navNode_1_2.addNode('CarbonReductionLegislation','carbon reduction legislation',ssUrlPrefix + 'In_business/Energy_management/CarbonReductionLegislation/index.htm','js_file_name==show_panels.js,npower.js','redirectionURL==/Business/Energy-management/Carbon-reduction-legislation/index.htm');
g_navNode_1_3=g_navNode_1.addNode('Riskmanagement','Risk management',ssUrlPrefix + 'In_business/Riskmanagement/index.htm','redirectionURL==/Business/Risk-management/index.htm');
g_navNode_1_3_0=g_navNode_1_3.addNode('policyshaper','policy shaper',ssUrlPrefix + 'In_business/Riskmanagement/policyshaper/index.htm','redirectionURL==/Business/Risk-management/Policy-shaper/index.htm');
g_navNode_1_3_1=g_navNode_1_3.addNode('fixedenergypurchasing','fixed energy purchasing',ssUrlPrefix + 'In_business/Riskmanagement/fixedenergypurchasing/index.htm','redirectionURL==/Business/Risk-management/Fixed-energy-purchasing/index.htm');
g_navNode_1_3_2=g_navNode_1_3.addNode('flexibleenergypurchasing','flexible energy purchasing',ssUrlPrefix + 'In_business/Riskmanagement/flexibleenergypurchasing/index.htm','redirectionURL==/Business/Risk-management/Flexible-energy-purchasing/index.htm');
g_navNode_1_3_3=g_navNode_1_3.addNode('generationservices','generation services',ssUrlPrefix + 'In_business/Riskmanagement/generationservices/index.htm','redirectionURL==/Business/Risk-management/Generation-services/index.htm');
g_navNode_1_3_4=g_navNode_1_3.addNode('riskmanagementservices','risk management services',ssUrlPrefix + 'In_business/Riskmanagement/riskmanagementservices/index.htm','redirectionURL==/Business/Risk-management/Risk-management-services/index.htm');
g_navNode_1_3_5=g_navNode_1_3.addNode('risknavigator','risk navigator',ssUrlPrefix + 'In_business/Riskmanagement/risknavigator/index.htm','js_file_name==launch.js,npower.js','redirectionURL==/Business/Risk-management/Risk-navigator/index.htm');
g_navNode_1_3_6=g_navNode_1_3.addNode('paneuropean','pan european',ssUrlPrefix + 'In_business/Riskmanagement/paneuropean/index.htm','redirectionURL==/Business/Risk-management/Pan-European/index.htm');
g_navNode_1_5=g_navNode_1.addNode('customerservices','Customer services',ssUrlPrefix + 'In_business/Customer_services/index.htm','redirectionURL==/Business/Customer-services/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_5_0=g_navNode_1_5.addNode('29','Meter readings',ssUrlPrefix + 'In_business/Customer_services/Meterreadings/index.htm','hideLeftNav==false','hideRightColumn==false','redirectionURL==/Business/Customer-services/Meter-readings/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_5_1=g_navNode_1_5.addNode('33','Moving premises',ssUrlPrefix + 'In_business/Customer_services/MovingPremises/index.htm','hideLeftNav==FALSE','hideRightColumn==FALSE','redirectionURL==/Business/Customer-services/Moving-premises/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_5_2=g_navNode_1_5.addNode('39','Loss of supply',ssUrlPrefix + 'In_business/Customer_services/Loss_of_supply/index.htm','redirectionURL==/Business/Customer-services/Loss-of-supply/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_5_3=g_navNode_1_5.addNode('Makeacomplaint','Make a complaint',ssUrlPrefix + 'In_business/Customer_services/Makeacomplaint/index.htm','redirectionURL==/Business/Customer-services/Make-a-complaint/index.htm');
g_navNode_1_5_4=g_navNode_1_5.addNode('usefulinformation','Customer information',ssUrlPrefix + 'In_business/Customer_services/Useful_information/index.htm','redirectionURL==/Business/Customer-services/Customer-information/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_5_5=g_navNode_1_5.addNode('34','Contact us',ssUrlPrefix + 'In_business/Customer_services/Contactus/index.htm','redirectionURL==/Business/Customer-services/Contact-us/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_6=g_navNode_1.addNode('affinitypartnerships','Partnerships',ssUrlPrefix + 'In_business/AffinityPartnerships/index.htm','redirectionURL==/Business/Partnerships/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_6_0=g_navNode_1_6.addNode('36','Organisation',ssUrlPrefix + 'In_business/AffinityPartnerships/Organisation/index.htm','redirectionURL==/Business/Partnerships/What-we-can-offer-your-organisation/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_1_6_1=g_navNode_1_6.addNode('businesscontacts','Contact us',ssUrlPrefix + 'In_business/AffinityPartnerships/businesscontacts/index.htm');
g_navNode_1_7=g_navNode_1.addNode('onlineservices','Online services',ssUrlPrefix + 'In_business/Online_Services/index.htm','redirectionURL==/Business/Online-services/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_2=g_navNode_Root.addNode('aboutnpower','About npower',ssUrlPrefix + 'about_npower/index.htm','css_file_name==corporate.css,promotions.css,cblue.css','js_file_name==popup.js','print_css_file_name==print.css','redirectionURL==/Home/About-npower/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_2_0=g_navNode_2.addNode('ourresponsibility','Our responsibility',ssUrlPrefix + 'about_npower/our_responsibility/index.htm','css_file_name==cblue.css','redirectionURL==/Home/About-npower/Our-responsibility/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_2_0_0=g_navNode_2_0.addNode('whereourelectricitycomesfrom','How we source our fuels',ssUrlPrefix + 'about_npower/our_responsibility/where_our_electricity_comes_from/index.htm','redirectionURL==/Home/About-npower/Our-responsibility/How-we-source-our-fuels/index.htm');
g_navNode_2_1=g_navNode_2.addNode('sponsorship','Sponsorship',ssUrlPrefix + 'about_npower/sponsorship/index.htm','css_file_name==cblue.css','redirectionURL==/Home/About-npower/Sponsorship/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_2_1_0=g_navNode_2_1.addNode('rugby','Rugby',ssUrlPrefix + 'about_npower/sponsorship/rugby/index.htm','redirectionURL==/Home/About-npower/Sponsorship/index.htm');
g_navNode_2_2=g_navNode_2.addNode('inthecomunity','In the community',ssUrlPrefix + 'about_npower/in_the_community/index.htm','css_file_name==cblue.css','redirectionURL==/Home/About-npower/In-the-community/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_2_2_0=g_navNode_2_2.addNode('education','Education',ssUrlPrefix + 'about_npower/in_the_community/education/index.htm','redirectionURL==/Home/About-npower/In-the-community/Education/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_2_2_1=g_navNode_2_2.addNode('employeevolunteers','Employee volunteers',ssUrlPrefix + 'about_npower/in_the_community/employee_volunteers/index.htm','redirectionURL==/Home/About-npower/In-the-community/Employee-volunteers/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_2_2_2=g_navNode_2_2.addNode('environmentprojects','Environment projects',ssUrlPrefix + 'about_npower/in_the_community/environment_projects/index.htm','redirectionURL==/Home/About-npower/In-the-community/Environment-projects/index.htm');
g_navNode_2_2_3=g_navNode_2_2.addNode('fundraising','Fundraising',ssUrlPrefix + 'about_npower/in_the_community/fundraising/index.htm','redirectionURL==/Home/About-npower/In-the-community/Fundraising/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_2_2_4=g_navNode_2_2.addNode('healthycommunities','Healthy communities',ssUrlPrefix + 'about_npower/in_the_community/healthy_communities/index.htm','redirectionURL==/Home/About-npower/In-the-community/Healthy-communities/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_2_3=g_navNode_2.addNode('intheenvironment','In the environment',ssUrlPrefix + 'about_npower/in_the_environment/index.htm','css_file_name==cblue.css','redirectionURL==/Home/About-npower/In-the-environment/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_2_6=g_navNode_2.addNode('mediacentre','Media centre',ssUrlPrefix + 'about_npower/media_centre/index.htm','css_file_name==cblue.css','redirectionURL==/Home/About-npower/Media-centre/index.htm','secondaryUrlVariableField==MainRegion');
g_navNode_2_7=g_navNode_2.addNode('502','Consolidated Segmental Statement',ssUrlPrefix + 'about_npower/statement/index.htm','css_file_name==statement_page_styles','redirectionURL==/Home/About-npower/Consolidated-Segmental-Statement-2010/index.htm');
g_navNode_33=g_navNode_Root.addNode('green','Green',ssUrlPrefix + 'Green/index.htm','css_file_name==greenhome.css','js_file_name==popup.js','print_css_file_name==print.css','redirectionURL==/Home/Energy-efficiency/index.htm');
g_navNode_33_0=g_navNode_33.addNode('152','Green for your home',ssUrlPrefix + 'Green/Greenforyourhome/index.htm','redirectionURL==/Home/Energy-efficiency/index.htm');
g_navNode_33_1=g_navNode_33.addNode('153','Buying green energy',ssUrlPrefix + 'Green/Buyinggreenenergy/index.htm','redirectionURL==/Home/Energy-efficiency/Green-energy/index.htm');
g_navNode_33_3=g_navNode_33.addNode('155','Saving energy',ssUrlPrefix + 'Green/Savingenergy/index.htm','redirectionURL==/Home/Energy-efficiency/Saving-energy/index.htm');
g_navNode_33_4=g_navNode_33.addNode('156','Renewable energy',ssUrlPrefix + 'Green/Renewableenergy/index.htm');
g_navNode_39=g_navNode_Root.addNode('hometeam','hometeam home',ssUrlPrefix + 'hometeam/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==stylesheet_grid_products','js_file_name==npower.js','redirectionURL==/Home/npower-hometeam/index.htm');
g_navNode_39_1=g_navNode_39.addNode('291','About hometeam',ssUrlPrefix + 'hometeam/AboutHometeam/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==npowerhomepage.css,at-home.css,promotions.css','js_file_name==popup.js','redirectionURL==/Home/npower-hometeam/index.htm');
g_navNode_39_2=g_navNode_39.addNode('277','Gas boiler \x26 central heating installation',ssUrlPrefix + 'hometeam/GasBoilerCentralHeatingInstallation/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==npowerhomepage.css,at-home.css,promotions.css','js_file_name==popup.js','redirectionURL==/Home/npower-hometeam/Installations/Boiler-installation/index.htm');
g_navNode_39_3=g_navNode_39.addNode('279','Gas boiler service',ssUrlPrefix + 'hometeam/GasBoilerService/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==npowerhomepage.css,at-home.css,promotions.css','js_file_name==popup.js','redirectionURL==/Home/npower-hometeam/Servicing/Gas-boiler-service/index.htm');
g_navNode_39_4=g_navNode_39.addNode('280','Heating care',ssUrlPrefix + 'hometeam/HeatingCover/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==npowerhomepage.css,at-home.css,promotions.css','js_file_name==popup.js','redirectionURL==/Home/npower-hometeam/Care-products/index.htm');
g_navNode_39_4_0=g_navNode_39_4.addNode('292','Gas central heating cover',ssUrlPrefix + 'hometeam/HeatingCover/GasHeating/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==npowerhomepage.css,at-home.css,promotions.css','js_file_name==popup.js','redirectionURL==/Home/npower-hometeam/Care-products/Central-heating-care/index.htm');
g_navNode_39_4_1=g_navNode_39_4.addNode('295','Gas boiler cover',ssUrlPrefix + 'hometeam/HeatingCover/gasboilercover/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==npowerhomepage.css,at-home.css,promotions.css','js_file_name==popup.js','redirectionURL==/Home/npower-hometeam/Care-products/Boiler-care/index.htm');
g_navNode_39_4_2=g_navNode_39_4.addNode('293','Electrical heating cover',ssUrlPrefix + 'hometeam/HeatingCover/Electricalheating/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==npowerhomepage.css,at-home.css,promotions.css','js_file_name==popup.js','redirectionURL==/Home/npower-hometeam/Care-products/electrical-heating/index.htm');
g_navNode_39_4_3=g_navNode_39_4.addNode('294','Landlords heating cover',ssUrlPrefix + 'hometeam/HeatingCover/Landlords_Cover/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==npowerhomepage.css,at-home.css,promotions.css','js_file_name==popup.js','redirectionURL==/Home/npower-hometeam/Care-products/landlord/index.htm');
g_navNode_39_6=g_navNode_39.addNode('278','Fixed price repair',ssUrlPrefix + 'hometeam/FixedPriceRepair/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==npowerhomepage.css,at-home.css,promotions.css','js_file_name==popup.js','redirectionURL==/Home/npower-hometeam/Repair/Fixed-price-boiler-repair/index.htm');
g_navNode_39_7=g_navNode_39.addNode('331','Carbon monoxide alarm',ssUrlPrefix + 'hometeam/CarbonMonoxide/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==stylesheet_overrides_bk','js_file_name==npower.js','redirectionURL==/Home/npower-hometeam/Heating-system-solutions/Carbon-monoxide-alarms/index.htm');
g_navNode_39_8=g_navNode_39.addNode('333','Electrical installations',ssUrlPrefix + 'hometeam/OtherInstallations/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==stylesheet_grid_products','js_file_name==npower.js','redirectionURL==/Home/npower-hometeam/Installations/index.htm');
g_navNode_39_8_0=g_navNode_39_8.addNode('340','Electric heating',ssUrlPrefix + 'hometeam/OtherInstallations/ElectricHeating/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==stylesheet_overrides_bk','js_file_name==npower.js','redirectionURL==/Home/npower-hometeam/Installations/Electrical-heating/index.htm');
g_navNode_39_8_1=g_navNode_39_8.addNode('335','Electrical wiring',ssUrlPrefix + 'hometeam/OtherInstallations/ElectricWiring/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==stylesheet_overrides_bk','js_file_name==npower.js','redirectionURL==/Home/npower-hometeam/Installations/Electrical-wiring/index.htm');
g_navNode_39_8_2=g_navNode_39_8.addNode('334','Electric showers',ssUrlPrefix + 'hometeam/OtherInstallations/ElectricShowers/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==information page','css_file_name==stylesheet_overrides_bk','js_file_name==npower.js','redirectionURL==/Home/npower-hometeam/Installations/Electrical-showers/index.htm');
g_navNode_39_9=g_navNode_39.addNode('290','Contact us',ssUrlPrefix + 'hometeam/ContactUs/index.htm','WTSiteSection==energy services','WTSiteSegmentation==residential','WTSiteSubSection==contact page','css_file_name==npowerhomepage.css,at-home.css,promotions.css','js_file_name==popup.js','redirectionURL==/Home/npower-hometeam/Contact-us/index.htm');

