var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Officers',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Golf Tournament',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Annual Reunion',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Scholarships',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Roster',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photo gallery.html',"childArray" : [
    {   bSeparatorBefore:true,
        sTitle:'Reunion 2011',
        bIsWebPath:true,
        sUrl:'reunion 2011 photos.html'
    },
    {   sTitle:'2011 teams',
        bIsWebPath:true,
        sUrl:'2011 teams.html'
    },
    {   sTitle:'2011 golf shots',
        bIsWebPath:true,
        sUrl:'page13.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page10.html'
}]
});
