var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact me',
    bIsWebPath:true,
    sUrl:'contactme.html'
},
{   sTitle:'Home Search',
    bIsWebPath:true,
    sUrl:'homesearch.html',"childArray" : [
    {   sTitle:'Featured Listings',
        bIsWebPath:true,
        sUrl:'page9.html'
    }]
},
{   sTitle:'Corpus Christi',
    bIsWebPath:true,
    sUrl:'corpuschristi.html'
},
{   sTitle:'Texas',
    bIsWebPath:true,
    sUrl:'texas.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html',"childArray" : [
    {   sTitle:'My Blog',
        bIsWebPath:true,
        sUrl:'myblog.html'
    }]
},
{   sTitle:'Video tour Padre Island',
    bIsWebPath:true,
    sUrl:'tour.html'
}]
});
