var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'TravelWithE',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'aboutme.html'
},
{   sTitle:'Motorcycles',
    bIsWebPath:true,
    sUrl:'motorcycles.html',"childArray" : [
    {   sTitle:'Motorcycles and Me',
        bIsWebPath:true,
        sUrl:'motorcyclesandme.html'
    },
    {   sTitle:'Motorcycle Shipping',
        bIsWebPath:true,
        sUrl:'motorcycleshipping.html'
    },
    {   sTitle:'Harley Road King',
        bIsWebPath:true,
        sUrl:'roadking.html'
    },
    {   sTitle:'Honda V65 Sabre',
        bIsWebPath:true,
        sUrl:'v65sabre.html'
    }]
},
{   sTitle:'Road Trip Pictures',
    bIsWebPath:true,
    sUrl:'roadtrippictures.html'
},
{   sTitle:'Hawaii',
    bIsWebPath:true,
    sUrl:'hawaii.html',"childArray" : [
    {   sTitle:'Hawaii Pictures',
        bIsWebPath:true,
        sUrl:'hawaiipictures.html'
    },
    {   sTitle:'Flying Kauai',
        bIsWebPath:true,
        sUrl:'flyingkauai.html'
    }]
},
{   sTitle:'Australia',
    bIsWebPath:true,
    sUrl:'australia.html'
},
{   sTitle:'European Travels',
    bIsWebPath:true,
    sUrl:'europeantravels.html',"childArray" : [
    {   sTitle:'London',
        bIsWebPath:true,
        sUrl:'london.html'
    },
    {   sTitle:'Italy',
        bIsWebPath:true,
        sUrl:'italy.html'
    },
    {   sTitle:'Paris',
        bIsWebPath:true,
        sUrl:'paris.html'
    },
    {   sTitle:'Prague',
        bIsWebPath:true,
        sUrl:'prague.html'
    }]
},
{   sTitle:'Interactive',
    bIsWebPath:true,
    sUrl:'interactive.html',"childArray" : [
    {   sTitle:'Interactive Maps',
        bIsWebPath:true,
        sUrl:'interactivemaps.html'
    },
    {   sTitle:'Interactive News',
        bIsWebPath:true,
        sUrl:'interactivenews.html'
    },
    {   sTitle:'Interactive Blog',
        bIsWebPath:true,
        sUrl:'interactiveblog.html'
    }]
}]
});
