var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Gas Fires',
        bIsWebPath:true,
        sUrl:'gasfires.html',
        sTarget:'_self'
    },
    {   sTitle:'Electric Fires',
        bIsWebPath:true,
        sUrl:'electric.html',
        sTarget:'_self'
    },
    {   sTitle:'Wooden Mantles',
        bIsWebPath:true,
        sUrl:'woodenmantles.html',
        sTarget:'_self'
    },
    {   sTitle:'Stone Fireplaces',
        bIsWebPath:true,
        sUrl:'stone.html',
        sTarget:'_self'
    },
    {   sTitle:'Micro Marble Fireplaces',
        bIsWebPath:true,
        sUrl:'micromarble.html',
        sTarget:'_self'
    },
    {   sTitle:'Solid Fuel Stoves',
        bIsWebPath:true,
        sUrl:'page6.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Flue Types',
    bIsWebPath:true,
    sUrl:'flues.html',
    sTarget:'_self'
},
{   sTitle:'Suppliers',
    bIsWebPath:true,
    sUrl:'suppliers.html',
    sTarget:'_self'
},
{   sTitle:'Stove size calculator',
    bIsWebPath:true,
    sUrl:'stovecalc.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});