var customNavTree19 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Profile',
    bIsWebPath:true,
    sUrl:'profile.html',
    sTarget:'_self'
},
{   sTitle:'Portion Guide',
    bIsWebPath:true,
    sUrl:'portion_guide.html',
    sTarget:'_self'
},
{   sTitle:'Price List',
    bIsWebPath:true,
    sUrl:'prices.html',
    sTarget:'_self'
},
{   sTitle:'Cake Images',
    bIsWebPath:true,
    sUrl:'birthday_cake_images.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Boys Cakes',
        bIsWebPath:true,
        sUrl:'boys_birthday_cakes_images.html',
        sTarget:'_self'
    },
    {   sTitle:'Girls Cakes',
        bIsWebPath:true,
        sUrl:'girls_birthday_cakes.html',
        sTarget:'_self'
    },
    {   sTitle:'Football Shirt Cakes',
        bIsWebPath:true,
        sUrl:'football_shirt_cakes.html',
        sTarget:'_self'
    },
    {   sTitle:'Novelty Cakes',
        bIsWebPath:true,
        sUrl:'novelty_cakes.html',
        sTarget:'_self'
    },
    {   sTitle:'Cup Cakes',
        bIsWebPath:true,
        sUrl:'cup_cake_images.html',
        sTarget:'_self'
    }]
},
{   sTitle:'FAQ\'s',
    bIsWebPath:true,
    sUrl:'frequently_asked_questions.html',
    sTarget:'_self'
},
{   sTitle:'Enquiry Form',
    bIsWebPath:true,
    sUrl:'enquiry_form.html',
    sTarget:'_self'
},
{   sTitle:'Delivery Options',
    bIsWebPath:true,
    sUrl:'delivery_options.html',
    sTarget:'_self'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
}]
});
