var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Lord',
    bIsWebPath:true,
    sUrl:'lord.html',
    sTarget:'_self'
},
{   sTitle:'Business Divisions',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Actor / Producer',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
},
{   sTitle:'Web Store',
    bIsWebPath:true,
    sUrl:'store.html',
    sTarget:'_self'
},
{   sTitle:'Football',
    bIsWebPath:true,
    sUrl:'soccer.html',
    sTarget:'_self'
},
{   sTitle:'Bio & Contact',
    bIsWebPath:true,
    sUrl:'biocont.html',
    sTarget:'_self'
}]
});