var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'welcomemain.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forumagreement.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});