var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'O nama',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Principali',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Bell Flavours & Fragrances',
        bIsWebPath:true,
        sUrl:'bell.html',
        sTarget:'_self'
    },
    {   sTitle:'Ringe Kuhlmann',
        bIsWebPath:true,
        sUrl:'ringe + kuhlmann.html',
        sTarget:'_self'
    },
    {   sTitle:'WDM',
        bIsWebPath:true,
        sUrl:'WDM.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
