var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Owners',
    bIsWebPath:true,
    sUrl:'owners.html',"childArray" : [
    {   sTitle:'Our Promise',
        bIsWebPath:true,
        sUrl:'ourpromise.html'
    },
    {   sTitle:'Get A Quote',
        bIsWebPath:true,
        sUrl:'getaquote.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Tenants',
    bIsWebPath:true,
    sUrl:'tenantinfo.html',"childArray" : [
    {   sTitle:'Application Requirements',
        bIsWebPath:true,
        sUrl:'application.html',
        sTarget:'_self'
    },
    {   sTitle:'Masterson Conference Calendar',
        sUrl:'http://www.ramonapro.com/public_calendar',
        sTarget:'_blank'
    }]
},
{   sDescription:'Our Current List of Vacancies (Updated 2x per week)',
    sTitle:'Available For Rent',
    sUrl:'http://ramonapro.postlets.com/',
    sTarget:'_blank'
},
{   sTitle:'Maintenance Request',
    bIsWebPath:true,
    sUrl:'maintenance.html'
},
{   sDescription:'Books, DVD\'s, Forms, Links for the Do It Yourself Owner',
    sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Community Resources',
        bIsWebPath:true,
        sUrl:'community resources.html',
        sTarget:'_self'
    },
    {   sTitle:'Commercial Resources',
        bIsWebPath:true,
        sUrl:'commercialresources.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Frequently Asked Questions',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Do It Yourself',
    bIsWebPath:true,
    sUrl:'diy.html',
    sTarget:'_self'
}]
});
