var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'About_Mark_Aguilar.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'Resources.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact.html'
}]
});
