var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Testimonials Continued',
        bIsWebPath:true,
        sUrl:'page9.html'
    }]
},
{   sTitle:'Fort Worth ',
    bIsWebPath:true,
    sUrl:'fortworth.html'
},
{   sTitle:'San Antonio',
    bIsWebPath:true,
    sUrl:'sanantonio.html',"childArray" : [
    {   sTitle:'San Antonio Page 2',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'San Antonio Page 3',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'San Antonio Page 4',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'San Antonio Page 5',
        bIsWebPath:true,
        sUrl:'page17.html'
    }]
},
{   sTitle:'Catalog & Forms',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Fort Worth Catalog & Forms',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'San Antonio Catalog & Forms',
        bIsWebPath:true,
        sUrl:'page6.html'
    }]
},
{   sTitle:'Results',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
