var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Company Info',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Windows',
    'bIsWebPath':true,
    'sUrl':'windows.html'
},
{   'sTitle':'Composite Doors',
    'bIsWebPath':true,
    'sUrl':'compdoors.html'
},
{   'sTitle':'Conservatories',
    'bIsWebPath':true,
    'sUrl':'cons.html'
},
{   'sTitle':'Cane Furniture',
    'bIsWebPath':true,
    'sUrl':'cane.html',"childArray" : [
    {   'sTitle':'Rattan',
        'bIsWebPath':true,
        'sUrl':'rattan.html'
    },
    {   'sTitle':'Lloyd Loom',
        'bIsWebPath':true,
        'sUrl':'lloydloom.html'
    },
    {   'sTitle':'Accessories',
        'bIsWebPath':true,
        'sUrl':'accessories.html'
    },
    {   'sTitle':'Fabrics',
        'bIsWebPath':true,
        'sUrl':'fabrics.html',"childArray" : [
        {   'sTitle':'Fabrics A Range',
            'bIsWebPath':true,
            'sUrl':'arange.html'
        },
        {   'sTitle':'Fabrics B Range',
            'bIsWebPath':true,
            'sUrl':'brange.html'
        },
        {   'sTitle':'Exclusive',
            'bIsWebPath':true,
            'sUrl':'exclusive.html'
        },
        {   'sTitle':'Premier',
            'bIsWebPath':true,
            'sUrl':'premier.html'
        }]
    }]
},
{   'sTitle':'Roofline',
    'bIsWebPath':true,
    'sUrl':'roofline.html'
},
{   'sTitle':'Garages',
    'bIsWebPath':true,
    'sUrl':'garages.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
