var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Packages',
    bIsWebPath:true,
    sUrl:'wedding-videos-dvds-packages.html'
},
{   sTitle:'Make a Booking',
    bIsWebPath:true,
    sUrl:'make-a-booking.html'
},
{   sTitle:'Samples',
    bIsWebPath:true,
    sUrl:'samples.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'wedding-videos-dvds-testimonials.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'wedding-videos-dvds-blog.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact-digital-weddings.html'
}]
});
