var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact us.html'
    },
    {   sTitle:'Delivery & Privacy',
        bIsWebPath:true,
        sUrl:'deliveryandprivacy.html'
    },
    {   sTitle:'Retailers Page',
        bIsWebPath:true,
        sUrl:'retailerspage .html'
    }]
},
{   sTitle:'Artist\'s Details',
    bIsWebPath:true,
    sUrl:'artist\'sdetails.html',"childArray" : [
    {   sTitle:'Art Classes and Groups',
        bIsWebPath:true,
        sUrl:'artclassesandgroups.html'
    }]
},
{   sTitle:'Greetings Cards',
    bIsWebPath:true,
    sUrl:'greetingscards.html'
},
{   sTitle:'Giclée Prints',
    bIsWebPath:true,
    sUrl:'gliceeprints.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
