var customNavTree16 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Roof Truss',
        bIsWebPath:true,
        sUrl:'roof_truss.html'
    },
    {   sTitle:'Floor Truss',
        bIsWebPath:true,
        sUrl:'floor_truss.html'
    },
    {   sTitle:'The Stabilizer',
        bIsWebPath:true,
        sUrl:'the_stabilizer.html',
        sTarget:'_self'
    },
    {   sTitle:'EWP',
        bIsWebPath:true,
        sUrl:'ewp.html'
    },
    {   sTitle:'Metal Products',
        bIsWebPath:true,
        sUrl:'metal_products.html',
        sTarget:'_self'
    }]
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Support',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'B.C. Forum',
        bIsWebPath:true,
        sUrl:'bcforum.html',
        sTarget:'_self'
    },
    {   sTitle:'Documentation',
        bIsWebPath:true,
        sUrl:'documentation.html',
        sTarget:'_self'
    },
    {   sTitle:'Find A Builder',
        bIsWebPath:true,
        sUrl:'find a builder.html',
        sTarget:'_self'
    }]
},
{   sTitle:'University',
    bIsWebPath:true,
    sUrl:'university.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Glossary of Terms 1',
        bIsWebPath:true,
        sUrl:'glossery_of_terms.html',
        sTarget:'_self'
    },
    {   sTitle:'Glossary of Terms 2',
        bIsWebPath:true,
        sUrl:'glossery_of_terms 2.html',
        sTarget:'_self'
    },
    {   sTitle:'Truss Configurations',
        bIsWebPath:true,
        sUrl:'truss_configurations.html',
        sTarget:'_self'
    }]
}]
});
