var customnavtree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'home.html',
    sTarget:'_self'
},
{   sTitle:'ABOUT JOHN',
    bIsWebPath:true,
    sUrl:'aboutjohn.html',
    sTarget:'_self'
},
{   sTitle:'NEWS',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'MIXES',
    bIsWebPath:true,
    sUrl:'mixes.html',
    sTarget:'_self'
},
{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'THE M&M STUDIO',
    bIsWebPath:true,
    sUrl:'studio.html',
    sTarget:'_self'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contacts.html',
    sTarget:'_self'
}]
});