var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'CERAMICS',
    'bIsWebPath':true,
    'sUrl':'ceramics.html'
},
{   'sTitle':'PAINTINGS',
    'bIsWebPath':true,
    'sUrl':'paintings.html'
},
{   'sTitle':'DRAWINGS',
    'bIsWebPath':true,
    'sUrl':'drawings.html'
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
