var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Despre noi',
    bIsWebPath:true,
    sUrl:'despre.html',
    sTarget:'_self'
},
{   sTitle:'Servicii',
    bIsWebPath:true,
    sUrl:'servicii.html',
    sTarget:'_self'
},
{   sTitle:'Produse',
    bIsWebPath:true,
    sUrl:'produse.html',
    sTarget:'_self'
},
{   sTitle:'Galerie Foto',
    bIsWebPath:true,
    sUrl:'galerie.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Buchete',
        bIsWebPath:true,
        sUrl:'buchete.html',
        sTarget:'_self'
    },
    {   sTitle:'Aranjamente Masini',
        bIsWebPath:true,
        sUrl:'aranjamente masini.html',
        sTarget:'_self'
    },
    {   sTitle:'Aranjamente masa',
        bIsWebPath:true,
        sUrl:'aranjamente masa.html',
        sTarget:'_self'
    },
    {   sTitle:'Aranjamente prezidiu',
        bIsWebPath:true,
        sUrl:'aranjamente prezidiu.html',
        sTarget:'_self'
    },
    {   sTitle:'Aranjamente salon',
        bIsWebPath:true,
        sUrl:'aranjamente salon.html',
        sTarget:'_self'
    },
    {   sTitle:'Lumanari',
        bIsWebPath:true,
        sUrl:'lumanari.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Colaboratori',
    bIsWebPath:true,
    sUrl:'colaboratori1.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
