var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CONSERVATORIES',
    bIsWebPath:true,
    sUrl:'conservatories.html'
},
{   sTitle:'WINDOWS',
    bIsWebPath:true,
    sUrl:'windows.html'
},
{   sTitle:'DOORS',
    bIsWebPath:true,
    sUrl:'doors.html'
},
{   sTitle:'GUARANTEES',
    bIsWebPath:true,
    sUrl:'guarantees.html'
},
{   sTitle:'OFFERS',
    bIsWebPath:true,
    sUrl:'offers.html'
},
{   sTitle:'TRADE CARD',
    bIsWebPath:true,
    sUrl:'tradecard.html'
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'galllery.html'
},
{   sTitle:'FREE QUOTE',
    bIsWebPath:true,
    sUrl:'freequote.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
