var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Ana Sayfa',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Kurumsal',
    'bIsWebPath':true,
    'sUrl':'01.html',"childArray" : [
    {   'sTitle':'Hakkımızda',
        'bIsWebPath':true,
        'sUrl':'02.html'
    },
    {   'sTitle':'Kalite Politikamız',
        'bIsWebPath':true,
        'sUrl':'03.html'
    },
    {   'sTitle':'Finansal Veriler',
        'bIsWebPath':true,
        'sUrl':'05.html'
    },
    {   'sTitle':'Kalite Belgelerimiz',
        'bIsWebPath':true,
        'sUrl':'06.html'
    },
    {   'sTitle':'İnsan Kaynakları',
        'bIsWebPath':true,
        'sUrl':'07.html',"childArray" : [
        {   'sTitle':'Başvuru',
            'bIsWebPath':true,
            'sUrl':'08.html'
        }]
    }]
},
{   'sTitle':'Bayi Ağı',
    'bIsWebPath':true,
    'sUrl':'09.html',"childArray" : [
    {   'sTitle':'Bayilik Başvurusu',
        'bIsWebPath':true,
        'sUrl':'10.html'
    },
    {   'sTitle':'Doğu Karadeniz Bölgesi',
        'bIsWebPath':true,
        'sUrl':'11.html'
    },
    {   'sTitle':'Orta Karadeniz Bölgesi',
        'bIsWebPath':true,
        'sUrl':'12.html'
    },
    {   'sTitle':'İç Anadolu Bölgesi',
        'bIsWebPath':true,
        'sUrl':'13.html'
    },
    {   'sTitle':'Marmara & Batı Karadeniz Bölgesi',
        'bIsWebPath':true,
        'sUrl':'14.html'
    }]
},
{   'sTitle':'Ürünler',
    'bIsWebPath':true,
    'sUrl':'15.html',"childArray" : [
    {   'sTitle':'Kaşar Peyniri',
        'bIsWebPath':true,
        'sUrl':'16.html'
    },
    {   'sTitle':'Beyaz Peynir',
        'bIsWebPath':true,
        'sUrl':'17.html'
    },
    {   'sTitle':'Tereyağı',
        'bIsWebPath':true,
        'sUrl':'18.html'
    },
    {   'sTitle':'Yoğurt & Ayran',
        'bIsWebPath':true,
        'sUrl':'19.html'
    },
    {   'sTitle':'Yöresel & Special',
        'bIsWebPath':true,
        'sUrl':'20.html'
    },
    {   'sTitle':'Yeni Ürünler',
        'bIsWebPath':true,
        'sUrl':'21.html'
    }]
},
{   'sTitle':'İletişim',
    'bIsWebPath':true,
    'sUrl':'22.html'
}]
});
