var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Company',
    bIsWebPath:true,
    sUrl:'company.html'
},
{   sTitle:'Series',
    bIsWebPath:true,
    sUrl:'series.html',"childArray" : [
    {   sTitle:'Gibì & DoppiaW',
        bIsWebPath:true,
        sUrl:'gibiw.html'
    },
    {   sTitle:'The adventuers of Hocus and Lotus',
        bIsWebPath:true,
        sUrl:'hocus.html'
    },
    {   sTitle:'Antonio e la banda dei Giardinetti',
        bIsWebPath:true,
        sUrl:'antonio.html'
    },
    {   sTitle:'Jules Verne',
        bIsWebPath:true,
        sUrl:'page10.html'
    }]
},
{   sTitle:'Pilot',
    bIsWebPath:true,
    sUrl:'pilot.html',"childArray" : [
    {   sTitle:'Up Town',
        bIsWebPath:true,
        sUrl:'uptown.html'
    },
    {   sTitle:'The Company of the Gallows',
        bIsWebPath:true,
        sUrl:'cdf.html'
    },
    {   sTitle:'Ulisses 3003',
        bIsWebPath:true,
        sUrl:'ulisses.html'
    },
    {   sTitle:'Marfy of Dreams',
        bIsWebPath:true,
        sUrl:'marfy.html'
    },
    {   sTitle:'Gagà',
        bIsWebPath:true,
        sUrl:'gaga.html'
    }]
},
{   sTitle:'Special',
    bIsWebPath:true,
    sUrl:'special.html',"childArray" : [
    {   sTitle:'Giovanni e Paolo',
        bIsWebPath:true,
        sUrl:'gioppa.html'
    },
    {   sTitle:'Tito & Tato',
        bIsWebPath:true,
        sUrl:'tito.html'
    },
    {   sTitle:'Cartoons on the bay',
        bIsWebPath:true,
        sUrl:'cartoonbay.html'
    },
    {   sTitle:'Icaro',
        bIsWebPath:true,
        sUrl:'icaro.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
