var customNavTree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'- Home -',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Articles -',
    bIsWebPath:true,
    sUrl:'articles.html'
},
{   sTitle:'Ass Live! -',
    bIsWebPath:true,
    sUrl:'AssLive.html',
    sTarget:'_self'
},
{   sTitle:'Blog -',
    sUrl:'http://awesomesaucestudio.blogspot.com/',
    sTarget:'_self'
},
{   sTitle:'Commision -',
    bIsWebPath:true,
    sUrl:'commision.html'
},
{   sTitle:'Info -',
    bIsWebPath:true,
    sUrl:'info.html',
    sTarget:'_self'
},
{   sTitle:'Links -',
    bIsWebPath:true,
    sUrl:'Links.html'
},
{   sTitle:'Portfolio -',
    bIsWebPath:true,
    sUrl:'portfolio.html'
},
{   sTitle:'Videos -',
    bIsWebPath:true,
    sUrl:'videos.html'
}]
});
