var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About ',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Biography',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'page10.html'
    },
    {   'sTitle':'Discography',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'Page 7.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Press Kit',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'page11.html'
    }]
},
{   'sTitle':'Booking',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page12.html',
    'sTarget':'_self'
},
{   'sTitle':'Itinerary',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page 6.html'
},
{   'sTitle':'Gallery',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Page 3.html'
},
{   'sTitle':'Store',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Page 4.html'
},
{   'sTitle':'Links',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Page 8.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Page 5.html'
}]
});
