var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Main Page',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'caleb_directions.html',
    sTarget:'_self'
},
{   sTitle:'Lot Availability',
    bIsWebPath:true,
    sUrl:'caleb_avail.html',
    sTarget:'_self'
},
{   sTitle:'Covenant',
    bIsWebPath:true,
    sUrl:'caleb_covenant.html',
    sTarget:'_self'
},
{   sTitle:'M&J Corporate Portal',
    sUrl:'http://www.mjdevelopers.net',
    sTarget:'_self'
}]
});