var customNavTree17 = 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:'anniversary_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'
}]
});
