var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'NASLOVNA',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'VESTI',
    bIsWebPath:true,
    sUrl:'vest1.html',
    sTarget:'_self'
},
{   sTitle:'TV',
    bIsWebPath:true,
    sUrl:'tv.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'TV program',
        bIsWebPath:true,
        sUrl:'tvprogramponedeljak.html',
        sTarget:'_self'
    },
    {   sTitle:'TV emisije',
        bIsWebPath:true,
        sUrl:'tvemisije.html',
        sTarget:'_self'
    },
    {   sTitle:'Filmovi i serije',
        bIsWebPath:true,
        sUrl:'filmoviiserije.html',
        sTarget:'_self'
    }]
},
{   sTitle:'PROMO',
    bIsWebPath:true,
    sUrl:'promo.html',
    sTarget:'_self'
},
{   sTitle:'PRODUKCIJA',
    bIsWebPath:true,
    sUrl:'produkcija.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Projekti',
        bIsWebPath:true,
        sUrl:'projekti.html',
        sTarget:'_self'
    }]
},
{   sTitle:'RADIO',
    bIsWebPath:true,
    sUrl:'radio.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Program radija',
        bIsWebPath:true,
        sUrl:'programradija.html',
        sTarget:'_self'
    },
    {   sTitle:'Emisije radija',
        bIsWebPath:true,
        sUrl:'emisijeradija.html',
        sTarget:'_self'
    }]
},
{   sTitle:'O NAMA',
    bIsWebPath:true,
    sUrl:'onama.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Nagrade i priznanja',
        bIsWebPath:true,
        sUrl:'nagradeipriznanja.html',
        sTarget:'_self'
    }]
},
{   sTitle:'KONTAKT',
    bIsWebPath:true,
    sUrl:'kontakt.html',
    sTarget:'_self'
},
{   sTitle:'MARKETING',
    bIsWebPath:true,
    sUrl:'marketing.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Cenovnik',
        bIsWebPath:true,
        sUrl:'cenovnik.html',
        sTarget:'_self'
    },
    {   sTitle:'WEB cenovnik',
        bIsWebPath:true,
        sUrl:'webcenovnik.html',
        sTarget:'_self'
    }]
},
{   sTitle:'ARHIVA',
    bIsWebPath:true,
    sUrl:'arhiva.html',
    sTarget:'_self'
},
{   sTitle:'KOMENTARI',
    bIsWebPath:true,
    sUrl:'komentari.html',
    sTarget:'_self'
}]
});