var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Wedding',
    bIsWebPath:true,
    sUrl:'wedding.html'
},
{   sTitle:'Celebration',
    bIsWebPath:true,
    sUrl:'celebration.html',"childArray" : [
    {   sTitle:'Adult Cakes',
        bIsWebPath:true,
        sUrl:'adult.html'
    },
    {   sTitle:'More Adult Cakes',
        bIsWebPath:true,
        sUrl:'adult2.html'
    },
    {   sTitle:'Children\'s cakes',
        bIsWebPath:true,
        sUrl:'children.html'
    },
    {   sTitle:'Christening Cakes',
        bIsWebPath:true,
        sUrl:'christening.html'
    },
    {   sTitle:'Cupcakes',
        bIsWebPath:true,
        sUrl:'cupcakes.html'
    },
    {   sTitle:'Liz’s Luscious Everyday Cakes',
        bIsWebPath:true,
        sUrl:'everydaycakes.html'
    }]
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'pricing.html',"childArray" : [
    {   sTitle:'Comments',
        bIsWebPath:true,
        sUrl:'comments.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
