var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Our Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',"childArray" : [
    {   sTitle:'Concrete Work',
        bIsWebPath:true,
        sUrl:'concrete.html'
    },
    {   sTitle:'Retaining Walls',
        bIsWebPath:true,
        sUrl:'walls.html'
    },
    {   sTitle:'Lawns & Irrigation',
        bIsWebPath:true,
        sUrl:'lawnsirrigation.html'
    },
    {   sTitle:'Woodwork',
        bIsWebPath:true,
        sUrl:'woodwork.html'
    },
    {   sTitle:'Ponds & Water-Features',
        bIsWebPath:true,
        sUrl:'pondswf.html'
    },
    {   sTitle:'Low Voltage Lighting',
        bIsWebPath:true,
        sUrl:'lvlighting.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
