var customNavTree32 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Why ISOWCS',
    bIsWebPath:true,
    sUrl:'why_isowcs.htm',
    sTarget:'_self'
},
{   sTitle:'Designations',
    bIsWebPath:true,
    sUrl:'overview.htm',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Certified Workers Compensation Specialist',
        bIsWebPath:true,
        sUrl:'cwcs.htm',
        sTarget:'_self'
    },
    {   sTitle:'Certified Injury Prevension Specialist',
        bIsWebPath:true,
        sUrl:'cips.htm',
        sTarget:'_self'
    },
    {   sTitle:'Certified Claim Management Specialist',
        bIsWebPath:true,
        sUrl:'ccms.htm',
        sTarget:'_self'
    },
    {   sTitle:'Certified Premium Audit Speciaist',
        bIsWebPath:true,
        sUrl:'cpas.htm',
        sTarget:'_self'
    },
    {   sTitle:'Advanced Training',
        bIsWebPath:true,
        sUrl:'venues.htm',
        sTarget:'_self'
    }]
},
{   sTitle:'Enroll Today',
    bIsWebPath:true,
    sUrl:'enroll.htm',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Certified Workers Compensation Speciallist',
        bIsWebPath:true,
        sUrl:'enroll_cwcs.htm',
        sTarget:'_self'
    },
    {   sTitle:'Certified Injury Prevention Specialist',
        bIsWebPath:true,
        sUrl:'enroll_cips.htm',
        sTarget:'_self'
    },
    {   sTitle:'Certified Claim Management Specialist',
        bIsWebPath:true,
        sUrl:'enroll.ccms.htm',
        sTarget:'_self'
    },
    {   sTitle:'Certified Premium Audit Specialist',
        bIsWebPath:true,
        sUrl:'enroll_cpas.htm',
        sTarget:'_self'
    }]
},
{   sTitle:'Student Access',
    sUrl:'http://www.isowcs.org/lms/index.php',
    sTarget:'_self'
},
{   sTitle:'Blog',
    sUrl:'http://www.isowcs.org/blog/index.php',
    sTarget:'_blank'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.htm',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.htm',
        sTarget:'_self'
    },
    {   sTitle:'About Author',
        bIsWebPath:true,
        sUrl:'about_author.htm',
        sTarget:'_self'
    },
    {   sTitle:'Privacy',
        bIsWebPath:true,
        sUrl:'privacy.htm',
        sTarget:'_self'
    }]
}]
});
