var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Westwood Hills',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Our Community',
    'bIsWebPath':true,
    'sUrl':'community.html',"childArray" : [
    {   'sTitle':'July 4th Slideshow',
        'bIsWebPath':true,
        'sUrl':'july4.html'
    },
    {   'sTitle':'Tree Lighting Slideshow',
        'bIsWebPath':true,
        'sUrl':'treelighting.html'
    }]
},
{   'sTitle':'Our Schools',
    'bIsWebPath':true,
    'sUrl':'schools.html'
},
{   'sTitle':'Our Shops',
    'bIsWebPath':true,
    'sUrl':'shops.html'
},
{   'sTitle':'Homes Association <br>   and Foundation',
    'bIsWebPath':true,
    'sUrl':'association.html'
},
{   'sTitle':'City Info',
    'bIsWebPath':true,
    'sUrl':'newcity.html',"childArray" : [
    {   'sTitle':'Building Permit',
        'bIsWebPath':true,
        'sUrl':'buildingpermit.html'
    },
    {   'sTitle':'City Newsletter',
        'bIsWebPath':true,
        'sUrl':'newsletter.html'
    },
    {   'sTitle':'City Budget',
        'bIsWebPath':true,
        'sUrl':'citybudget.html'
    }]
}]
});
