var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Home page for Beattie Artworks gallery',
    sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ARTIST INTRO',
    bIsWebPath:true,
    sUrl:'artistintro.html'
},
{   sTitle:'ART GALLERY',
    bIsWebPath:true,
    sUrl:'artgallery.html',"childArray" : [
    {   sDescription:'Gallery paintings of  people &  animals',
        sTitle:'ART ON CANVAS',
        bIsWebPath:true,
        sUrl:'artoncanvas.html'
    },
    {   bSeparatorAfter:true,
        sDescription:'BEATTIE\'S FAVORITE EARLY ARTWORKS',
        sTitle:'PEOPLE&PLACES',
        bIsWebPath:true,
        sUrl:'peopleandplaces.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'ANIMAL ART',
        bIsWebPath:true,
        sUrl:'animalart.html'
    }]
},
{   sTitle:'RESUME',
    bIsWebPath:true,
    sUrl:'resume.html',"childArray" : [
    {   bSeparatorAfter:true,
        sTitle:'RESUME PG2',
        bIsWebPath:true,
        sUrl:'resumepg2.html'
    },
    {   sDescription:'NAV2TOP',
        sTitle:'BACK2TOP',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'resume.html#Awards'
    }]
},
{   sTitle:'TECHNIQUES',
    bIsWebPath:true,
    sUrl:'techniques.html',"childArray" : [
    {   bSeparatorAfter:true,
        sDescription:'steps to pouring and creating mixed water media paintings - using poured watercolors, acrylics and or collage',
        sTitle:' SLIDE SHOW',
        bIsWebPath:true,
        sUrl:'slideshow.html'
    }]
},
{   sTitle:'CONTACT ARTIST',
    bIsWebPath:true,
    sUrl:'contactartist.html',"childArray" : [
    {   sDescription:'RETURN BUTTON',
        sTitle:'RETURN TO TOP',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'contactartist.html#Return'
    },
    {   sTitle:'RETURN TO TOP',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'contactartist.html#Top'
    }]
}]
});