var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Program',
    bIsWebPath:true,
    sUrl:'program.html'
},
{   sTitle:'Consiliul artistic',
    bIsWebPath:true,
    sUrl:'consiliul artistic.html',
    sTarget:'_self'
},
{   sTitle:'Arhiva',
    bIsWebPath:true,
    sUrl:'precedente.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Editia a XVIII-a 2008',
        bIsWebPath:true,
        sUrl:'2008.html',
        sTarget:'_self'
    },
    {   sTitle:'Editia XX-a 2010',
        bIsWebPath:true,
        sUrl:'2010.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Parteneri media',
    bIsWebPath:true,
    sUrl:'parteneri media.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact.html'
}]
});
