var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Products',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Folders',
        bIsWebPath:true,
        sUrl:'folders.html'
    },
    {   sTitle:'Hunting Fixed Blade ',
        bIsWebPath:true,
        sUrl:'blades.html',
        sTarget:'_self'
    },
    {   sTitle:'Combat',
        bIsWebPath:true,
        sUrl:'combat.html',
        sTarget:'_self'
    },
    {   sTitle:'Buckles - More',
        bIsWebPath:true,
        sUrl:'buckles.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Engraving',
        bIsWebPath:true,
        sUrl:'engraving.html',
        sTarget:'_self'
    },
    {   sTitle:'Schrimshaw',
        bIsWebPath:true,
        sUrl:'schrimshaw.html',
        sTarget:'_self'
    },
    {   sDescription:'Chek out the file work',
        sTitle:'File Work',
        bIsWebPath:true,
        sUrl:'filework.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Warranty',
    bIsWebPath:true,
    sUrl:'warranty.html'
}]
});
