var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'SERVICES',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'INNOVATION AUDIT MAP',
    bIsWebPath:true,
    sUrl:'innovationauditmap.html'
},
{   sTitle:'BLOG',
    bIsExternal:true,
    sUrl:'http://zenstorming.wordpress.com',
    sTarget:'_blank'
},
{   sTitle:'TESTIMONIALS',
    bIsWebPath:true,
    sUrl:'Testimonials.html'
},
{   sTitle:'ABOUT',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'REGULATORY SOLUTIONS',
    bIsExternal:true,
    sUrl:'http://regulatory.zenstorming.com/',
    sTarget:'_blank'
}]
});
