var customnavtree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Главная',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Сайты',
    bIsWebPath:true,
    sUrl:'sites.html',
    sTarget:'_self'
},
{   sTitle:'Портфолио',
    bIsWebPath:true,
    sUrl:'portfolio.html',
    sTarget:'_self'
},
{   sTitle:'Дикторы',
    bIsWebPath:true,
    sUrl:'voices.html',
    sTarget:'_self'
},
{   sTitle:'Доступные цены',
    bIsWebPath:true,
    sUrl:'price.html',
    sTarget:'_self'
},
{   sTitle:'Контакты',
    bIsWebPath:true,
    sUrl:'contacts.html',
    sTarget:'_self'
}]
});
