var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Начало',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'За нас',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Галерия',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Контакти',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
}]
});
