var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Guestbook',
    'bIsWebPath':true,
    'sUrl':'guestbook.html'
},
{   'sTitle':'Sights and Sounds',
    'bIsWebPath':true,
    'sUrl':'sightsandsounds.html',"childArray" : [
    {   'sTitle':'Medley',
        'bIsWebPath':true,
        'sUrl':'medley.html'
    },
    {   'sTitle':'Live Video 1',
        'bIsWebPath':true,
        'sUrl':'livevideo1.html'
    },
    {   'sTitle':'Live Video 2',
        'bIsWebPath':true,
        'sUrl':'livevideo2.html'
    }]
},
{   'sTitle':'Souvenir Products',
    'bIsWebPath':true,
    'sUrl':'souvenirproducts.html'
}]
});
