var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Recent News/ Newsletter',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'About the PSAA',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'President\'s Corner',
    'bIsWebPath':true,
    'sUrl':'article01.html'
},
{   'sTitle':'Secretary\'s Message',
    'bIsWebPath':true,
    'sUrl':'terms.html'
},
{   'sTitle':'Districts & Choruses',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
