var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Glavna',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'O nama',
    bIsWebPath:true,
    sUrl:'Upravni_odbor.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Upravni odbor',
        bIsWebPath:true,
        sUrl:'Upravni_odbor.html',
        sTarget:'_self'
    },
    {   sTitle:'Klubovi članice',
        bIsWebPath:true,
        sUrl:'Klubovi.html',
        sTarget:'_self'
    },
    {   sTitle:'Dokumenta',
        bIsWebPath:true,
        sUrl:'Dokumenta.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Rezultati takmičenja',
    bIsWebPath:true,
    sUrl:'Domaca_takmicenja.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Domaća',
        bIsWebPath:true,
        sUrl:'Domaca_takmicenja.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'2011',
            bIsWebPath:true,
            sUrl:'Domaca_takmicenja.html',
            sTarget:'_self'
        },
        
        {   sTitle:'2010',
            bIsWebPath:true,
            sUrl:'2010.html',
            sTarget:'_self'
        },

        {   sTitle:'2009',
            bIsWebPath:true,
            sUrl:'2009.html',
            sTarget:'_self'
        },
        {   sTitle:'2008',
            bIsWebPath:true,
            sUrl:'2008.html',
            sTarget:'_self'
        },
        {   sTitle:'2007',
            bIsWebPath:true,
            sUrl:'2007.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Međunarodna',
        bIsWebPath:true,
        sUrl:'Medjunarodna.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Vrhunski strelci',
    bIsWebPath:true,
    sUrl:'Vrhunski_strelci.html',
    sTarget:'_self'
},
{   sTitle:'Kalendar takmičenja',
    bIsWebPath:true,
    sUrl:'Kalendar_SSS.html',
    sTarget:'_self'
},
{   sTitle:'Galerija',
    bIsWebPath:true,
    sUrl:'Galerija.html',
    sTarget:'_self'
},
{   sTitle:'Istorijat',
    bIsWebPath:true,
    sUrl:'Istorijat.html',
    sTarget:'_self'
},
{   sTitle:'Kontakt',
    bIsWebPath:true,
    sUrl:'Kontakt.html',
    sTarget:'_self'
},
{   sTitle:'Linkovi',
    bIsWebPath:true,
    sUrl:'Linkovi.html',
    sTarget:'_self'
},
{   sTitle:'Grand Prix',
    bIsWebPath:true,
    sUrl:'Grand_Prix.html',
    sTarget:'_self'
}]
});
