var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorBefore:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Documentation',
    bIsWebPath:true,
    sUrl:'docs.html',
    sTarget:'_self'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html'
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'support.html'
}]
});
