var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Sean Sugrue, jewellery maker, welcome page',
    sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Reuse / Recycle',
    bIsWebPath:true,
    sUrl:'reuse recycle gold.html'
},
{   sTitle:'Rings and things',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Whats New',
    bIsWebPath:true,
    sUrl:'shop main.html'
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'galleries.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Terms',
    bIsWebPath:true,
    sUrl:'terms.html'
}]
});
