var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Главная',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'О нас',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Александр',
        bIsWebPath:true,
        sUrl:'alexandr_show_grand.html'
    },
    {   sTitle:'Владимир',
        bIsWebPath:true,
        sUrl:'vladimir_show_grand.html'
    },
    {   sTitle:'Николай',
        bIsWebPath:true,
        sUrl:'nikolay_show_grand.html'
    },
    {   sTitle:'Степан',
        bIsWebPath:true,
        sUrl:'stepan_show_grand.html'
    }]
},
{   sTitle:'Фото',
    bIsWebPath:true,
    sUrl:'pictures.html'
},
{   sTitle:'Видео',
    bIsWebPath:true,
    sUrl:'videos.html'
},
{   sTitle:'Контакты',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sTitle:'Партнёрам',
    bIsWebPath:true,
    sUrl:'cooperating.html'
}]
});
