var customnavtree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Bridal Flowers',
    bIsWebPath:true,
    sUrl:'bridal flowers.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Brides',
        bIsWebPath:true,
        sUrl:'brides.html',
        sTarget:'_self'
    },
    {   sTitle:'Bride\'s Maids',
        bIsWebPath:true,
        sUrl:'bride\'s maids.html',
        sTarget:'_self'
    },
    {   sTitle:'Buttonholes',
        bIsWebPath:true,
        sUrl:'buttonholes.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Table Decorations',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Centre Pieces',
        bIsWebPath:true,
        sUrl:'page13.html',
        sTarget:'_self'
    },
    {   sTitle:'Gazebos',
        bIsWebPath:true,
        sUrl:'gazebos.html',
        sTarget:'_self'
    },
    {   sTitle:'Cake Stands',
        bIsWebPath:true,
        sUrl:'cake stands.html',
        sTarget:'_self'
    },
    {   sTitle:'Trees',
        bIsWebPath:true,
        sUrl:'trees.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Register',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'page5.html'
    }]
}]
});