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