var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.htm'
},
{   sTitle:'Online Shop',
    bIsWebPath:true,
    sUrl:'shop.htm'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.htm'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contacts.htm'
}]
});
