var customNavTree22 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Visit us',
    bIsWebPath:true,
    sUrl:'page9.html',"childArray" : [
    {   sTitle:'by car',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    },
    {   sTitle:'by plane',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'contact information',
        bIsWebPath:true,
        sUrl:'page4.html',
        sTarget:'_self'
    },
    {   sTitle:'MAC team',
        bIsWebPath:true,
        sUrl:'page19.html',
        sTarget:'_self'
    }]
}]
});
