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:'Rooflines',
    bIsWebPath:true,
    sUrl:'rooflines.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
