var customnavtree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Please Choose',
    sUrl:'',
    sTarget:'_self'
},
{   sTitle:'Early years',
    bIsWebPath:true,
    sUrl:'early years.html',
    sTarget:'ifrm_2'
},
{   sTitle:'Mixing',
    bIsWebPath:true,
    sUrl:'mixing.html',
    sTarget:'ifrm_2'
},
{   sTitle:'Artists',
    bIsWebPath:true,
    sUrl:'artists.html',
    sTarget:'ifrm_2'
},
{   sTitle:'Discography',
    bIsWebPath:true,
    sUrl:'discography.html',
    sTarget:'_self'
}]
});