var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Darren',
    'bIsWebPath':true,
    'sUrl':'about-table-magician.html'
},
{   'sTitle':'Wedding Magic',
    'bIsWebPath':true,
    'sUrl':'wedding-magician.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'wedding-magician-testimonials.html'
},
{   'sTitle':'Price Guide',
    'bIsWebPath':true,
    'sUrl':'wedding-magician-prices.html'
},
{   'sTitle':'Media',
    'bIsWebPath':true,
    'sUrl':'media.html'
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'wedding-entertainer-faq.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'wedding-supplier-links.html'
}]
});
