var customnavtree82 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Allergies',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'Storage',
        bIsWebPath:true,
        sUrl:'page18aaa.html'
    },
    {   sTitle:'Bookings',
        bIsWebPath:true,
        sUrl:'page17.html'
    },
    {   sTitle:'Delivery',
        bIsWebPath:true,
        sUrl:'page14a.html'
    },
    {   sTitle:'Payment',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'Portions',
        bIsWebPath:true,
        sUrl:'page5.html'
    },
    {   sTitle:'Price Gude',
        bIsWebPath:true,
        sUrl:'page18aa.html'
    },
    {   sTitle:'Cake Stands',
        bIsWebPath:true,
        sUrl:'page20.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Music',
    bIsWebPath:true,
    sUrl:'music.html',
    sTarget:'_self'
},
{   sTitle:'Contact me',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Wedding Services',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'Edible Photos',
    bIsWebPath:true,
    sUrl:'page27.html',
    sTarget:'_self'
}]
});