var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Pool Types',
    bIsWebPath:true,
    sUrl:'pool_types.html'
},
{   sTitle:'Pool Shapes',
    bIsWebPath:true,
    sUrl:'pool_shapes.html'
},
{   sTitle:'Paving Types',
    bIsWebPath:true,
    sUrl:'paving.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
