var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Biomass',
    'bIsWebPath':true,
    'sUrl':'biomass.html',"childArray" : [
    {   'sTitle':'Bio Fuels',
        'bIsWebPath':true,
        'sUrl':'biofuels.html'
    },
    {   'sTitle':'Gasification Boilers',
        'bIsWebPath':true,
        'sUrl':'gasification.html',"childArray" : [
        {   'sTitle':'Ariterm 35',
            'bIsWebPath':true,
            'sUrl':'ariterm35.html'
        },
        {   'sTitle':'Ariterm Vedo',
            'bIsWebPath':true,
            'sUrl':'vedo.html'
        }]
    },
    {   'sTitle':'Pellet Boilers',
        'bIsWebPath':true,
        'sUrl':'pellets.html',"childArray" : [
        {   'sTitle':'Ariterm +12',
            'bIsWebPath':true,
            'sUrl':'ariterm12.html'
        },
        {   'sTitle':'Ariterm Biomatic +20',
            'bIsWebPath':true,
            'sUrl':'bio+20.html'
        },
        {   'sTitle':'Ariterm Biomatic +30',
            'bIsWebPath':true,
            'sUrl':'bio+30.html'
        },
        {   'sTitle':'Ariterm Biomatic +50',
            'bIsWebPath':true,
            'sUrl':'bio+50.html'
        },
        {   'sTitle':'EnTech Firefox',
            'bIsWebPath':true,
            'sUrl':'firefox.html'
        }]
    },
    {   'sTitle':'Wood Chip Boilers',
        'bIsWebPath':true,
        'sUrl':'woodchip.html'
    }]
},
{   'sTitle':'Heating Solutions',
    'bIsWebPath':true,
    'sUrl':'heatsolutions.html',"childArray" : [
    {   'sTitle':'Arterm Shop',
        'bIsWebPath':true,
        'sUrl':'aritermshop.html'
    },
    {   'sTitle':'MCZ Shop',
        'bIsWebPath':true,
        'sUrl':'mczshop.html'
    }]
},
{   'sTitle':'Solar',
    'bIsWebPath':true,
    'sUrl':'solar.html'
},
{   'sTitle':'Chimney Lining',
    'bIsWebPath':true,
    'sUrl':'chimneylining.html'
},
{   'sTitle':'Finance',
    'bIsWebPath':true,
    'sUrl':'grants.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html',"childArray" : [
    {   'sTitle':'Mr Douglas',
        'bIsWebPath':true,
        'sUrl':'test1.html'
    },
    {   'sTitle':'Mr & Mrs R',
        'bIsWebPath':true,
        'sUrl':'test3.html',"childArray" : [
        {   'sTitle':'Mr & Mrs R, Scottish Borders',
            'bIsWebPath':true,
            'sUrl':'test2.html'
        }]
    }]
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
}]
});
