var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Profile',
    bIsWebPath:true,
    sUrl:'profile.html',
    sTarget:'_self'
},
{   sTitle:'Cakes',
    bIsWebPath:true,
    sUrl:'cakes.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Wedding Cakes',
        bIsWebPath:true,
        sUrl:'wedding_cakes.html',
        sTarget:'_self'
    },
    {   sTitle:'Birthday Cakes',
        bIsWebPath:true,
        sUrl:'birthday_cakes.html',
        sTarget:'_self'
    },
    {   sTitle:'Anniversary Cakes',
        bIsWebPath:true,
        sUrl:'anniversary_cakes.html',
        sTarget:'_self'
    },
    {   sTitle:'Christening Cakes',
        bIsWebPath:true,
        sUrl:'christening_cakes.html',
        sTarget:'_self'
    },
    {   sTitle:'Seasonal Cakes',
        bIsWebPath:true,
        sUrl:'seasonal_cakes.html',
        sTarget:'_self'
    },
    {   sTitle:'Corporate Cakes',
        bIsWebPath:true,
        sUrl:'corporate_cakes.html',
        sTarget:'_self'
    },
    {   sTitle:'Cup Cakes',
        bIsWebPath:true,
        sUrl:'cup_cakes.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:'Image Gallery',
    bIsWebPath:true,
    sUrl:'image_galleries.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Wedding Cakes',
        bIsWebPath:true,
        sUrl:'wedding_cake_images.html',
        sTarget:'_self'
    },
    {   sTitle:'Birthday Cakes',
        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:'Annivesary Cakes',
        bIsWebPath:true,
        sUrl:'anniversary_cake_images.html',
        sTarget:'_self'
    },
    {   sTitle:'Christening Cakes',
        bIsWebPath:true,
        sUrl:'christening_cakes_images.html',
        sTarget:'_self'
    },
    {   sTitle:'Corporate Cakes',
        bIsWebPath:true,
        sUrl:'corporate_cake_images.html',
        sTarget:'_self'
    },
    {   sTitle:'Seasonal Cakes',
        sUrl:'',
        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'
}]
});
