var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Station 20',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Station 23',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Station 25',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html'
}]
});
