var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Close-up Magic',
    'bIsWebPath':true,
    'sUrl':'close-up-magician.html',"childArray" : [
    {   'sTitle':'Party Magician',
        'bIsWebPath':true,
        'sUrl':'party-magician.html'
    },
    {   'sTitle':'Strolling Magic',
        'bIsWebPath':true,
        'sUrl':'strolling-magician.html'
    }]
},
{   'sTitle':'Wedding Magic',
    'bIsWebPath':true,
    'sUrl':'wedding-magician.html'
},
{   'sTitle':'Leave Feedback',
    'bIsWebPath':true,
    'sUrl':'feedback.html'
},
{   'sTitle':'Video',
    'bIsWebPath':true,
    'sUrl':'video.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'links.html'
    }]
}]
});
