var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Testing systems',
    bIsWebPath:true,
    sUrl:'testingsys.html'
},
{   sTitle:'C4d-Plugins',
    bIsWebPath:true,
    sUrl:'plugins.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
