var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html',"childArray" : [
    {   sTitle:'Information',
        bIsWebPath:true,
        sUrl:'wedding_information.html',"childArray" : [
        {   sTitle:'Products',
            bIsWebPath:true,
            sUrl:'wedding_products.html'
        },
        {   sTitle:'Prices',
            bIsWebPath:true,
            sUrl:'wedding_prices.html'
        }]
    },
    {   sTitle:'Real Weddings',
        bIsWebPath:true,
        sUrl:'real_weddings.html'
    }]
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'galleries.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Travel Galleries',
        bIsWebPath:true,
        sUrl:'travel_galleries.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
