var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Booking Info',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'Request A Quote',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'contact.html'
    },
    {   'sTitle':'Booking Contact Information',
        'bIsWebPath':true,
        'sUrl':'bookingcontact.html'
    }]
},
{   'sTitle':'Music',
    'bIsExternal':true,
    'sUrl':'http://',"childArray" : [
    {   'sTitle':'Recording Samples',
        'bIsWebPath':true,
        'sUrl':'recordingsamples.html'
    },
    {   'sTitle':'Ceremony Ideas',
        'bIsWebPath':true,
        'sUrl':'ceremonyideas.html'
    },
    {   'sTitle':'Ceremony Music Selector',
        'bIsWebPath':true,
        'sUrl':'selector.html'
    }]
},
{   'sTitle':'Rates',
    'bIsWebPath':true,
    'sUrl':'rates.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
}]
});
