var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Lamps',
    bIsWebPath:true,
    sUrl:'lamps.html',"childArray" : [
    {   sTitle:'Lamp2',
        bIsWebPath:true,
        sUrl:'lamps2.html'
    }]
},
{   sTitle:'Other Metal Products',
    bIsWebPath:true,
    sUrl:'metalprod.html'
},
{   sTitle:'Wood Products',
    bIsWebPath:true,
    sUrl:'wood_prod.html'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'pictures.html',"childArray" : [
    {   sTitle:'Gary Crouch ',
        bIsWebPath:true,
        sUrl:'crouchpics.html'
    },
    {   sTitle:'Frames and conchos',
        bIsWebPath:true,
        sUrl:'frames.html'
    },
    {   sTitle:'More Pictures',
        bIsWebPath:true,
        sUrl:'pictures2.html'
    },
    {   sTitle:'Maps',
        bIsWebPath:true,
        sUrl:'txmaps.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Policies',
    bIsWebPath:true,
    sUrl:'policies.html'
},
{   bSeparatorAfter:true,
    sDescription:'Secure Site',
    sTitle:'Secure Site',
    sUrl:'https://cantrellcrafts.co',
    sTarget:'_self'
}]
});
