var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Pocetna',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Zavarivanje aluminiuma',
    bIsWebPath:true,
    sUrl:'zavarivanje aluminiuma.html',
    sTarget:'_self'
},
{   sTitle:'Foto galerija',
    bIsWebPath:true,
    sUrl:'foto galerija.html',
    sTarget:'_self'
},
{   sTitle:'Usluge',
    bIsWebPath:true,
    sUrl:'usluge.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Limarija',
        bIsWebPath:true,
        sUrl:'limarija.html',
        sTarget:'_self'
    },
    {   sTitle:'Kaljenje',
        bIsWebPath:true,
        sUrl:'kaljenje.html',
        sTarget:'_self'
    },
    {   sTitle:'Auto lakirerske usluge',
        bIsWebPath:true,
        sUrl:'auto lakirerske usluge.html',
        sTarget:'_self'
    },
    {   sTitle:'Zavarivanje prohroma i bakra',
        bIsWebPath:true,
        sUrl:'zavarivanje prohroma.html',
        sTarget:'_self'
    }]
},
{   sTitle:'O nama',
    bIsWebPath:true,
    sUrl:'o nama.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Podaci identifikacija',
        bIsWebPath:true,
        sUrl:'page7.html',
        sTarget:'_self'
    },
    {   sTitle:'Mapa',
        bIsWebPath:true,
        sUrl:'mapa.html',
        sTarget:'_self'
    }]
}]
});
