var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'aboutme.html'
},
{   sTitle:'My Expertise',
    bIsWebPath:true,
    sUrl:'myexpertise.html'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Forums',
    bIsExternal:true,
    sUrl:'http://www.lcms-tech.com/index.php',
    sTarget:'_blank'
}]
});