var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'welcome.html'
},
{   sTitle:'Ceremonies',
    bIsWebPath:true,
    sUrl:'ceremonies.html',"childArray" : [
    {   sTitle:'Optional Ceremonies',
        bIsWebPath:true,
        sUrl:'optional ceremonies.html'
    },
    {   sTitle:'Optional Blessings',
        bIsWebPath:true,
        sUrl:'optional blessings.html'
    }]
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html',"childArray" : [
    {   sTitle:'Wedding Costs',
        bIsWebPath:true,
        sUrl:'wedding costs.html'
    },
    {   sTitle:'The Marriage License',
        bIsWebPath:true,
        sUrl:'marriage license.html'
    },
    {   sTitle:'Paying for Your Wedding',
        bIsWebPath:true,
        sUrl:'payment.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testamonials.html',"childArray" : [
    {   sTitle:'Submit a Testimonial',
        bIsWebPath:true,
        sUrl:'testimonial submit.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'My Couples',
        bIsWebPath:true,
        sUrl:'my couples.html'
    },
    {   sTitle:'My Daughter\'s Wedding',
        bIsWebPath:true,
        sUrl:'my daughters wedding.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',"childArray" : [
    {   sTitle:'Wedding Sites',
        bIsWebPath:true,
        sUrl:'wedding sites.html'
    },
    {   sTitle:'Wedding Services',
        bIsWebPath:true,
        sUrl:'services.html'
    }]
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'about_me.html'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
