var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Photo Galleries',
    bIsWebPath:true,
    sUrl:'photogalleries.html'
},
{   sTitle:'Advantage Interlock',
    bIsWebPath:true,
    sUrl:'advantage interlock.html',"childArray" : [
    {   sTitle:'Cost Comparison',
        bIsWebPath:true,
        sUrl:'cost comparison.html'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'interlock testimonials.html'
    }]
},
{   sTitle:'Advantage Construction',
    bIsWebPath:true,
    sUrl:'advantage construction.html',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'construction testimonials.html'
    }]
},
{   sTitle:'Awards',
    bIsWebPath:true,
    sUrl:'awards.html'
},
{   sTitle:'Landscape Design',
    bIsWebPath:true,
    sUrl:'landscapedesign.html'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
