var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Services & Rates',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Your Event',
    'bIsWebPath':true,
    'sUrl':'rent-a-photo-booth.html',"childArray" : [
    {   'sTitle':'Rent a Photo Booth for Weddings',
        'bIsWebPath':true,
        'sUrl':'rent-a-photo-booth-for-weddings.html'
    },
    {   'bSeparatorAfter':true,
        'sTitle':'Rent a Photo Booth for Bar/Bat Mitzvah',
        'bIsWebPath':true,
        'sUrl':'rent-a-photo-booth-for-a-mitzvah.html'
    },
    {   'bSeparatorAfter':true,
        'sTitle':'Rent a Photo Booth for Birthdays',
        'bIsWebPath':true,
        'sUrl':'rent-a-photo-booth-for-birthdays.html'
    },
    {   'bSeparatorAfter':true,
        'sTitle':'Rent a Photo Booth for Corporate Events',
        'bIsWebPath':true,
        'sUrl':'rent-a-photo-booth-for-corporate-events.html'
    },
    {   'sTitle':'View Event Photos',
        'bIsWebPath':true,
        'sUrl':'gallerygateway.html'
    }]
},
{   'sTitle':'Request a Proposal',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Real Events ',
    'bIsWebPath':true,
    'sUrl':'realevents.html',"childArray" : [
    {   'sTitle':'Testimonials',
        'bIsWebPath':true,
        'sUrl':'testimonials.html'
    }]
},
{   'sTitle':'Industry Professionals',
    'bIsWebPath':true,
    'sUrl':'resource.html'
},
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
}]
});
