var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Artists Gallery',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'NEWS',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'ROSTER',
    bIsWebPath:true,
    sUrl:'rosterofartists.html'
},
{   sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'articles.html'
},
{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
