var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Lifestyles Studio',
        bIsWebPath:true,
        sUrl:'about.html',
        sTarget:'_self'
    },
    {   sTitle:'Meet Our Staff',
        bIsWebPath:true,
        sUrl:'staff.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Schedules & Programs',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Hampton Winter Schedule 2012',
        bIsWebPath:true,
        sUrl:'HamptonWinterFitnessScheduleRevised Jan 20.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Sussex Winter Schedule 2012',
        bIsWebPath:true,
        sUrl:'SussexFitnessScheduleWinter2012feb8.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Hampton Cycling Winter Schedule',
        bIsWebPath:true,
        sUrl:'Hampton Cycling Winter Schedule.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Sussex Instructors Choice Winter Schedule',
        bIsWebPath:true,
        sUrl:'Sussex Instructors Choice Winter Schedule.pdf',
        sTarget:'_blank'
    }]
},
{   sTitle:'Pricing',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Memberships',
        bIsWebPath:true,
        sUrl:'memberships.html',
        sTarget:'_self'
    },
    {   sTitle:'Personal Training',
        bIsWebPath:true,
        sUrl:'page7.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
