var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Artworks',
    bIsWebPath:true,
    sUrl:'artworks.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html'
},
{   sTitle:'Artist Statement',
    bIsWebPath:true,
    sUrl:'artiststatement.html'
},
{   sTitle:'Resume',
    bIsWebPath:true,
    sUrl:'resume.html'
},
{   sTitle:'About Encaustic',
    bIsWebPath:true,
    sUrl:'aboutencaustic.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
