var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'sahome.html',
    sTarget:'_self'
},
{   sTitle:'Documentaries',
    bIsWebPath:true,
    sUrl:'sadocs.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'saservices.html',
    sTarget:'_self'
},
{   sTitle:'Corporate',
    bIsWebPath:true,
    sUrl:'sacorporate.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'sacontact.html',
    sTarget:'_self'
}]
});