var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'galleries.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'theartandus.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contactus.html',
        sTarget:'_self'
    }]
},
{   sTitle:' Custom Design',
    bIsWebPath:true,
    sUrl:'customdesignr.html',
    sTarget:'_self'
},
{   sTitle:'Upcoming Events',
    bIsWebPath:true,
    sUrl:'page21.html',
    sTarget:'_self'
},
{   sTitle:'Clay Sculpture',
    bIsWebPath:true,
    sUrl:'claysculpture.html',
    sTarget:'_self'
}]
});
