var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Mother\'s Day',
    bIsWebPath:true,
    sUrl:'mdgifts.html',
    sTarget:'_self'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'wedding.html'
},
{   sTitle:'Funerals',
    bIsWebPath:true,
    sUrl:'sympathy.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Pay Online',
    bIsWebPath:true,
    sUrl:'payment.html'
},
{   sTitle:'Galleries',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Weddings - Brides and Bridesmaids',
        bIsWebPath:true,
        sUrl:'bridegallery.html',
        sTarget:'_self'
    },
    {   sTitle:'Weddings - The Ceremony',
        bIsWebPath:true,
        sUrl:'venuesgallery.html',
        sTarget:'_self'
    },
    {   sTitle:'Weddings - Receptions',
        bIsWebPath:true,
        sUrl:'receptionsgallery.html',
        sTarget:'_self'
    },
    {   sTitle:'Weddings - Accessories',
        bIsWebPath:true,
        sUrl:'accessorygallery.html',
        sTarget:'_self'
    },
    {   sTitle:'Funeral flowers',
        bIsWebPath:true,
        sUrl:'funeralgallery.html',
        sTarget:'_self'
    }]
}]
});
