var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html',"childArray" : [
    {   sTitle:'You Can Tell A Man...',
        bIsWebPath:true,
        sUrl:'you can tell a man.html'
    },
    {   sTitle:'La Nuit Deux Promo',
        bIsWebPath:true,
        sUrl:'la nuit deux promo.html'
    },
    {   sTitle:'Two Door Cinema Club',
        bIsWebPath:true,
        sUrl:'two door cinema club.html'
    }]
},
{   sTitle:'Showreel',
    bIsWebPath:true,
    sUrl:'showreel.html'
}]
});