var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Upgrade info',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Local2you',
    bIsWebPath:true,
    sUrl:'newhome.html'
},
{   sTitle:'Join Local2you',
    bIsWebPath:true,
    sUrl:'joinl2y.html'
},
{   sTitle:'Investors Info',
    bIsWebPath:true,
    sUrl:'investors.html'
},
{   sTitle:'Networking tips',
    bIsWebPath:true,
    sUrl:'networking.html'
}]
});
