var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'The Wall Show',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Gambling shows',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Tricks performed',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'About Richie',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Comments',
    'bIsWebPath':true,
    'sUrl':'page7.html'
},
{   'sTitle':'Tricks for sale',
    'bIsWebPath':true,
    'sUrl':'page10.html'
}]
});
