var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'SAM148 news, current events and meeting minutes',
    'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Officers',
    'bIsWebPath':true,
    'sUrl':'officers.html',"childArray" : [
    {   'sTitle':'Officers quarters',
        'bIsWebPath':true,
        'sUrl':'officernotes.html'
    }]
},
{   'sDescription':'Pictures from SAM148 meetings, events and lectures.',
    'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sDescription':'Sam 148 calendar of local magic and magical events. ',
    'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'calendar.html'
},
{   'sDescription':'Links to other magic related sites.',
    'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
