var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'sahome.html',
    sTarget:'_self'
},
{   sTitle:'What We Do',
    bIsWebPath:true,
    sUrl:'whatwedo.html',
    sTarget:'_self'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'savideo.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'saservices.html',
    sTarget:'_self'
},
{   sTitle:'Corporate',
    bIsWebPath:true,
    sUrl:'sacorporate.html',
    sTarget:'_self'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'sacontact.html',
    sTarget:'_self'
}]
});
