var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'О НАС',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ПРОДУКЦИЯ',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'ГАЛЕРЕЯ',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'КОНТАКТЫ',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
}]
});
