var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'AboutTheArtist.html'
},
{   'sTitle':'Artist & Crafters',
    'bIsWebPath':true,
    'sUrl':'page131.html'
},
{   'sTitle':'News',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Art Info',
        'bIsWebPath':true,
        'sUrl':'Info.html'
    },
    {   'sTitle':'Art The Unusual',
        'bIsWebPath':true,
        'sUrl':'page66.html'
    },
    {   'sTitle':'Famous Artist Quotes',
        'bIsWebPath':true,
        'sUrl':'page105.html'
    },
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'Links.html'
    },
    {   'sTitle':'Art Competitions',
        'bIsWebPath':true,
        'sUrl':'page67.html'
    },
    {   'sTitle':'Art around the World',
        'bIsWebPath':true,
        'sUrl':'page77.html'
    }]
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Contact Us',
        'bIsWebPath':true,
        'sUrl':'page101.html'
    },
    {   'sTitle':'How to feature your work',
        'bIsWebPath':true,
        'sUrl':'page102.html'
    }]
},
{   'sTitle':'Visitor Comments',
    'bIsWebPath':true,
    'sUrl':'page76.html'
}]
});
