var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Classes',
    bIsWebPath:true,
    sUrl:'classes.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'oil_paintings.html',"childArray" : [
    {   sTitle:'China Gallery',
        bIsWebPath:true,
        sUrl:'chinagallery.html'
    }]
},
{   sTitle:'Shows',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Artist\'s Bio',
    bIsWebPath:true,
    sUrl:'bio.html'
},
{   sTitle:'Contact Dot/Map',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});