var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'MVAARC Index Page',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Club Events Calendar',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'repeater Information',
    bIsWebPath:true,
    sUrl:'repeater.html'
},
{   sTitle:'Fox Hunting Information',
    bIsWebPath:true,
    sUrl:'foxhunt.html'
},
{   sTitle:'For Sale',
    bIsWebPath:true,
    sUrl:'forsale.html'
},
{   sTitle:'Video 1',
    bIsWebPath:true,
    sUrl:'video1.html'
},
{   sTitle:'Club Documents',
    bIsWebPath:true,
    sUrl:'clubdocuments.html'
},
{   sTitle:'Maps',
    bIsWebPath:true,
    sUrl:'maps.html'
},
{   sTitle:'Site Search',
    bIsWebPath:true,
    sUrl:'sitesearch.html'
},
{   sTitle:'Ham Podcasts',
    bIsWebPath:true,
    sUrl:'podcasts.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Club Member\'s Picture',
    bIsWebPath:true,
    sUrl:'memberpictures.html'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html'
},
{   sTitle:'Echolink Info',
    bIsWebPath:true,
    sUrl:'echolink.html'
}]
});
