var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'ГЛАВНАЯ',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'О НАС',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'ОБСЛУЖИВАНИЕ',
    bIsWebPath:true,
    sUrl:'serv.html',
    sTarget:'_self'
},
{   sTitle:'ПРОДУТЫ',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self'
},
{   sTitle:'МЕНЕДЖЕМЕНТ',
    bIsWebPath:true,
    sUrl:'mangement.html',
    sTarget:'_self'
},
{   sTitle:'ЭКПОРТ',
    bIsWebPath:true,
    sUrl:'export.html',
    sTarget:'_self'
},
{   sTitle:'ЭКОЛОГИЯ',
    bIsWebPath:true,
    sUrl:'environ-society.html',
    sTarget:'_self'
},
{   sTitle:'ЮРИДИЧЕСКИЙ',
    bIsWebPath:true,
    sUrl:'legal.html',
    sTarget:'_self'
},
{   sTitle:'КОНТАКТЫ',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
