var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'WEBMAKER',
    bIsWebPath:true,
    sUrl:'webmakers.html'
},
{   sTitle:'CURSE',
    bIsWebPath:true,
    sUrl:'curse.html'
},
{   sTitle:'CV',
    bIsWebPath:true,
    sUrl:'cv.html'
},
{   sTitle:'PORTEFOLIO',
    bIsWebPath:true,
    sUrl:'vossites.html',"childArray" : [
    {   sTitle:'BLOG',
        bIsWebPath:true,
        sUrl:'BLOG.html'
    },
    {   sTitle:'PRINT',
        bIsWebPath:true,
        sUrl:'Print.html'
    },
    {   sTitle:'VIDEO',
        bIsWebPath:true,
        sUrl:'VIDEO.html'
    },
    {   sTitle:'FLASH',
        bIsWebPath:true,
        sUrl:'FLASH.html'
    }]
},
{   sTitle:'REFERENCEMENT',
    bIsWebPath:true,
    sUrl:'trouversonsite.html'
},
{   sTitle:'WEB 2.0',
    bIsWebPath:true,
    sUrl:'web2.html'
},
{   sTitle:'TARIFS',
    bIsWebPath:true,
    sUrl:'tarifs.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.php'
}]
});