var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Join Us',
    bIsWebPath:true,
    sUrl:'join_us.html'
},
{   sTitle:'Car Pool',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
}]
});