var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.php'
},
{   sTitle:'Membership',
    bIsWebPath:true,
    sUrl:'membership.php'
},
{   sTitle:'Club Info',
    bIsWebPath:true,
    sUrl:'club_info.php'
},
{   sTitle:'Teams',
    bIsWebPath:true,
    sUrl:'teams.php'
},
{   sTitle:'Coaching',
    bIsWebPath:true,
    sUrl:'coaching.php'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.php'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.php'
},
{   sTitle:'Contact & Location',
    bIsWebPath:true,
    sUrl:'contact_location.php'
}]
});
