var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'INSIDE NBT',
    bIsWebPath:true,
    sUrl:'inside.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'ARTISTIC DIRECTOR',
        bIsWebPath:true,
        sUrl:'director.html',
        sTarget:'_self'
    },
    {   sTitle:'ADMINISTRATION',
        bIsWebPath:true,
        sUrl:'admin.html',
        sTarget:'_self'
    },
    {   sTitle:'HISTORY',
        bIsWebPath:true,
        sUrl:'history.html',
        sTarget:'_self'
    },
    {   sTitle:'REPERTOIRE',
        bIsWebPath:true,
        sUrl:'repertoire.html',
        sTarget:'_self'
    },
    {   sTitle:'COMPANY',
        bIsWebPath:true,
        sUrl:'company.html',
        sTarget:'_self'
    },
    {   sTitle:'THE GREEN ROOM',
        bIsWebPath:true,
        sUrl:'greenroom.html',
        sTarget:'_self'
    }]
},
{   sTitle:'REVIEWS',
    bIsWebPath:true,
    sUrl:'reviews.html',
    sTarget:'_self'
},
{   sTitle:'TICKETS',
    bIsWebPath:true,
    sUrl:'tickets.html',
    sTarget:'_self'
},
{   sTitle:'COPPELIA',
    bIsWebPath:true,
    sUrl:'coppelia.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'SYNOPSIS',
        bIsWebPath:true,
        sUrl:'nutsyn.html',
        sTarget:'_self'
    },
    {   sTitle:'HISTORY',
        bIsWebPath:true,
        sUrl:'copphistory.html',
        sTarget:'_self'
    }]
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'ACADEMY',
    bIsWebPath:true,
    sUrl:'academy.html',
    sTarget:'_self'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'SUPPORT',
    bIsWebPath:true,
    sUrl:'support.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'FRIENDS OF NBT',
        bIsWebPath:true,
        sUrl:'friendsofnbt.html',
        sTarget:'_self'
    },
    {   sTitle:'FAMILY GIVING',
        bIsWebPath:true,
        sUrl:'familygiving.html',
        sTarget:'_self'
    },
    {   sTitle:'CORPORTATE GIVING',
        bIsWebPath:true,
        sUrl:'corporategiving.html',
        sTarget:'_self'
    },
    {   sTitle:'VOLUNTEER CORPS',
        bIsWebPath:true,
        sUrl:'volunteer.html',
        sTarget:'_self'
    }]
}]
});
