var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Prints',
    'bIsWebPath':true,
    'sUrl':'prints.html'
},
{   'sTitle':'Limited Editions',
    'bIsWebPath':true,
    'sUrl':'limited editions.html'
},
{   'sTitle':'Local Artists',
    'bIsWebPath':true,
    'sUrl':'local_artists.html'
},
{   'sTitle':'Private Sales',
    'bIsWebPath':true,
    'sUrl':'privatesales.html'
},
{   'sTitle':'Tools & Materials',
    'bIsWebPath':true,
    'sUrl':'tools_materials.html'
},
{   'sTitle':'Coming/Past  Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Contact & Links',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
