var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'ОСГПО',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Калькулятор стоимости',
    bIsWebPath:true,
    sUrl:'calc.html',
    sTarget:'_self'
},
{   sTitle:'Зеленая карта',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
},
{   sTitle:'АвтоКАСКО',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   sTitle:'Наши партнеры',
    bIsWebPath:true,
    sUrl:'patners.html',
    sTarget:'_self'
},
{   sTitle:'Новости',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Закон',
        bIsWebPath:true,
        sUrl:'zakon.html',
        sTarget:'_self'
    },
    {   sTitle:'Напомним',
        bIsWebPath:true,
        sUrl:'zakon1.html',
        sTarget:'_self'
    },
    {   sTitle:'Страхование автомобиля',
        bIsWebPath:true,
        sUrl:'strahovanie.html',
        sTarget:'_self'
    },
    {   sTitle:'ГАИ',
        bIsWebPath:true,
        sUrl:'gai.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Контакты',
    bIsWebPath:true,
    sUrl:'cantacts.html',
    sTarget:'_self'
}]
});
