var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Weddings',
    'bIsWebPath':true,
    'sUrl':'weddings.html',"childArray" : [
    {   'sTitle':'Wedding Balloons',
        'bIsWebPath':true,
        'sUrl':'weddingballoons.html'
    },
    {   'sTitle':'Floral and Glassware Decorations',
        'bIsWebPath':true,
        'sUrl':'weddingflowerdecorations.html'
    },
    {   'sTitle':'Feature Weddings and Venues',
        'bIsWebPath':true,
        'sUrl':'weddingsandvenues.html'
    }]
},
{   'sTitle':'Parties & Themed Events',
    'bIsWebPath':true,
    'sUrl':'partiesandthemedevents.html'
},
{   'sTitle':'Corporate Events',
    'bIsWebPath':true,
    'sUrl':'corporateevents.html'
},
{   'sTitle':'Everything Else',
    'bIsWebPath':true,
    'sUrl':'everythingelse.html',"childArray" : [
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'page10.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
