var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Shared Hosting',
    bIsWebPath:true,
    sUrl:'shared.html',
    sTarget:'_self'
},
{   sTitle:'Reseller Hosting',
    bIsWebPath:true,
    sUrl:'reseller.html',
    sTarget:'_self'
},
{   sTitle:'Certificate SSL',
    bIsWebPath:true,
    sUrl:'ssl.html',
    sTarget:'_self'
},
{   sTitle:'Alte Servicii',
    bIsWebPath:true,
    sUrl:'servicii_suplimentare.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
