var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Blog',
        bIsWebPath:true,
        sUrl:'blog.html'
    },
    {   sTitle:'Start Ups',
        bIsWebPath:true,
        sUrl:'startups.html'
    }]
},
{   sTitle:'Buy Smart',
    bIsWebPath:true,
    sUrl:'buysmart.html'
},
{   sTitle:'Speaking',
    bIsWebPath:true,
    sUrl:'speaking.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
