var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CALENDAR',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'ALBUMS',
    bIsWebPath:true,
    sUrl:'albums.html'
},
{   sTitle:'@ THE FIELD',
    bIsWebPath:true,
    sUrl:'field.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
