var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Artists',
    bIsWebPath:true,
    sUrl:'artists.html',
    sTarget:'_self'
},
{   sTitle:'Classes',
    bIsWebPath:true,
    sUrl:'classes.html',
    sTarget:'_self'
},
{   sTitle:'Trunk Shows',
    bIsWebPath:true,
    sUrl:'trunkshows.html',
    sTarget:'_self'
},
{   sTitle:'Canvases',
    bIsWebPath:true,
    sUrl:'canvases.html',
    sTarget:'_self'
},
{   sTitle:'Finishing',
    bIsWebPath:true,
    sUrl:'finishing.html',
    sTarget:'_self'
},
{   sTitle:'What\'s New',
    bIsWebPath:true,
    sUrl:'new.html',
    sTarget:'_self'
},
{   sTitle:'Custom Designs',
    bIsWebPath:true,
    sUrl:'customdesigns.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
