var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Public Relations',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Outreach',
        bIsWebPath:true,
        sUrl:'public_relations_outreach.html'
    },
    {   sTitle:'Community Relations',
        bIsWebPath:true,
        sUrl:'public_relations_community_relations.html'
    },
    {   sTitle:'Marketing',
        bIsWebPath:true,
        sUrl:'public_relations_marketing.html'
    },
    {   sTitle:'Crisis Communication',
        bIsWebPath:true,
        sUrl:'crisis_communication.html'
    },
    {   sTitle:'Press Releases',
        bIsWebPath:true,
        sUrl:'public_relations_press_releases.html'
    },
    {   sTitle:'Social Media',
        bIsWebPath:true,
        sUrl:'public_relations_social_media.html'
    }]
},
{   sTitle:'Video Production',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Corporate',
        bIsWebPath:true,
        sUrl:'video_production_corporate.html'
    },
    {   sTitle:'Internet',
        bIsWebPath:true,
        sUrl:'video_production_internet.html'
    },
    {   sTitle:'Pre-Construction',
        bIsWebPath:true,
        sUrl:'page32.html'
    }]
},
{   sTitle:'Media Training',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Media Interview Preparation',
        bIsWebPath:true,
        sUrl:'media_training_media_interview_preparation.html'
    },
    {   sTitle:'Crisis Consulting',
        bIsWebPath:true,
        sUrl:'media_training_crisis_consulting.html'
    },
    {   sTitle:'Presentation Skills',
        bIsWebPath:true,
        sUrl:'media_training_presentation_skills.html'
    },
    {   sTitle:'Spokesperson Services',
        bIsWebPath:true,
        sUrl:'media_training_spokesperson_services.html'
    }]
},
{   sTitle:'Special Events',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Event EMCEE',
        bIsWebPath:true,
        sUrl:'special_events_event_emcee.html'
    },
    {   sTitle:'Motivational Speaker',
        sUrl:''
    }]
},
{   sTitle:'About Us',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Our Company',
        bIsWebPath:true,
        sUrl:'about_us_our_company.html'
    },
    {   sTitle:'Vic Salazar/ President CEO',
        bIsWebPath:true,
        sUrl:'vic_salazar_president_ceo.html'
    },
    {   sTitle:'Certification',
        bIsWebPath:true,
        sUrl:'about_us_certification.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
