var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'početna',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'o meni',
    bIsWebPath:true,
    sUrl:'omeni.html'
},
{   sTitle:'preporuka',
    bIsWebPath:true,
    sUrl:'preporuka.html'
},
{   sTitle:'korisni linkovi',
    bIsWebPath:true,
    sUrl:'linkovi.html'
},
{   sTitle:'pitanja i odgovori',
    bIsWebPath:true,
    sUrl:'pitanja.html'
},
{   sTitle:'tips&triks',
    bIsWebPath:true,
    sUrl:'tips.html'
}]
});
