var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'index',
    bIsWebPath:true,
    sUrl:'index.htm',"childArray" : [
    {   sTitle:'catalan',
        bIsWebPath:true,
        sUrl:'Catala.htm'
    },
    {   sTitle:'castellano',
        bIsWebPath:true,
        sUrl:'castellano.htm'
    },
    {   sTitle:'français',
        bIsWebPath:true,
        sUrl:'Francais.htm'
    },
    {   sTitle:'english',
        bIsWebPath:true,
        sUrl:'english.htm'
    },
    {   sTitle:'deutch',
        bIsWebPath:true,
        sUrl:'Deutch.htm'
    },
    {   sTitle:'italiano',
        bIsWebPath:true,
        sUrl:'italiano.htm'
    },
    {   sTitle:'Русский',
        bIsWebPath:true,
        sUrl:'russian.htm'
    }]
},
{   sTitle:'bicis/bikes',
    bIsWebPath:true,
    sUrl:'bikes.htm',"childArray" : [
    {   sTitle:'motos',
        bIsWebPath:true,
        sUrl:'motos.htm'
    },
    {   sTitle:'transport',
        bIsWebPath:true,
        sUrl:'transfer.htm'
    }]
},
{   sTitle:'rutas/routes',
    bIsWebPath:true,
    sUrl:'bikesroutes.htm'
},
{   sTitle:'lazos/links',
    bIsWebPath:true,
    sUrl:'lazos.htm'
},
{   sTitle:'ocasion en venda',
    bIsWebPath:true,
    sUrl:'ocasion.htm'
},
{   sTitle:'dia Europeo de bicis',
    bIsWebPath:true,
    sUrl:'diaeuropeu2007.htm'
},
{   sTitle:'TPV Virtual',
    bIsWebPath:true,
    sUrl:'tpvvirtual.htm'
}]
});
