var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Offers',
    bIsWebPath:true,
    sUrl:'offers.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Cookers',
        bIsWebPath:true,
        sUrl:'cookers.html'
    },
    {   sTitle:'Fridges & Freezers',
        bIsWebPath:true,
        sUrl:'fridges.html'
    },
    {   sTitle:'Laundry',
        bIsWebPath:true,
        sUrl:'laundry.html'
    },
    {   sTitle:'Stoves',
        bIsWebPath:true,
        sUrl:'stoves.html'
    },
    {   sTitle:'Gas Fires',
        bIsWebPath:true,
        sUrl:'gasfires.html'
    },
    {   sTitle:'Electric Fires',
        bIsWebPath:true,
        sUrl:'electricfires.html'
    },
    {   sTitle:'Fireplaces',
        bIsWebPath:true,
        sUrl:'fireplaces.html'
    },
    {   sTitle:'Wall & Water Heaters',
        bIsWebPath:true,
        sUrl:'wallheaters.html'
    },
    {   sTitle:'Boilers',
        bIsWebPath:true,
        sUrl:'boilers.html'
    }]
},
{   sTitle:'Guides',
    bIsWebPath:true,
    sUrl:'guidesmenu.html',"childArray" : [
    {   sTitle:'Approved Dealerships',
        bIsWebPath:true,
        sUrl:'approved.html'
    },
    {   sTitle:'Cooker Guide',
        bIsWebPath:true,
        sUrl:'guidecooker.html'
    },
    {   sTitle:'Fire Guide',
        bIsWebPath:true,
        sUrl:'guidefire.html'
    },
    {   sTitle:'Flue Guide',
        bIsWebPath:true,
        sUrl:'guideflue.html'
    },
    {   sTitle:'Fireplace Guide',
        bIsWebPath:true,
        sUrl:'guidefireplace.html'
    },
    {   sTitle:'Gas Wall Heater Guide',
        bIsWebPath:true,
        sUrl:'guidewallhtr.html'
    },
    {   sTitle:'Gas Water Heater Guide',
        bIsWebPath:true,
        sUrl:'guidewtrhtr.html'
    },
    {   sTitle:'Central Heating Boiler Guide',
        bIsWebPath:true,
        sUrl:'guideboilers.html'
    }]
},
{   sTitle:'Showrooms',
    bIsWebPath:true,
    sUrl:'showrooms.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
