var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'More Info',
    'bIsWebPath':true,
    'sUrl':'face-painting.html'
},
{   'sTitle':'Parties',
    'bIsWebPath':true,
    'sUrl':'parties.html'
},
{   'sTitle':'Body Art',
    'bIsWebPath':true,
    'sUrl':'body-art.html'
},
{   'sTitle':'Belly Art',
    'bIsWebPath':true,
    'sUrl':'belly-art.html'
},
{   'sTitle':'Galleries',
    'bIsWebPath':true,
    'sUrl':'galleries.html',"childArray" : [
    {   'sTitle':'Body_Belly_Art',
        'bIsWebPath':true,
        'sUrl':'body-belly-art.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'SpecialOffers',
        'bIsWebPath':true,
        'sUrl':'special-offers.html'
    },
    {   'sTitle':'Feedback',
        'bIsWebPath':true,
        'sUrl':'feedback.html'
    }]
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
