var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'E-Shop',
    bIsWebPath:true,
    sUrl:'page24.html'
},
{   sTitle:'Privacy',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});