var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'GALLERY ETERNALLY',
    bIsWebPath:true,
    sUrl:'pagina5.html',"childArray" : [
    {   sTitle:'URBAN BLUE OCEANS',
        bIsWebPath:true,
        sUrl:'pagina15.html'
    },
    {   sTitle:'LAND_icons',
        bIsWebPath:true,
        sUrl:'pagina16.html'
    },
    {   sTitle:'ROCK_icons',
        bIsWebPath:true,
        sUrl:'pagina17.html'
    },
    {   sTitle:'MYTHO_poetic_icons',
        bIsWebPath:true,
        sUrl:'pagina18.html'
    }]
},
{   sTitle:'GALLERY NY- PARIS',
    bIsWebPath:true,
    sUrl:'pagina3.html',"childArray" : [
    {   sTitle:'ALIENATION PARIS',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    },
    {   sTitle:'MANHATTAN NY',
        bIsWebPath:true,
        sUrl:'pagina9.html'
    },
    {   sTitle:'SIGNS',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    }]
},
{   sTitle:'CONTACT INFO',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'PORTFOLIO',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    },
    {   sTitle:'STATEMENTS',
        bIsWebPath:true,
        sUrl:'pagina21.html',"childArray" : [
        {   sTitle:'Statement Urban Blue Oceans',
            bIsWebPath:true,
            sUrl:'pagina13.html'
        },
        {   sTitle:'Statement Streetcorners',
            bIsWebPath:true,
            sUrl:'pagina19.html'
        }]
    },
    {   sTitle:'TECHNIQUES',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    }]
},
{   sTitle:'SHOWS',
    bIsWebPath:true,
    sUrl:'pagina4.html',"childArray" : [
    {   sTitle:'UPCOMINGS SHOWS',
        bIsWebPath:true,
        sUrl:'pagina20.html'
    },
    {   sTitle:'PAST EXHIBITION',
        bIsWebPath:true,
        sUrl:'pagina8.html'
    }]
}]
});
