var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Videos',
    'bIsWebPath':true,
    'sUrl':'videos.html'
},
{   'sTitle':'Show Dates',
    'bIsWebPath':true,
    'sUrl':'shows.html'
},
{   'sTitle':'Where We\'ve Been',
    'bIsWebPath':true,
    'sUrl':'history.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
