var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Spheres Of Glass',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bead Sales',
    bIsWebPath:true,
    sUrl:'beadsales.html',"childArray" : [
    {   sTitle:'Beads Page 1',
        bIsWebPath:true,
        sUrl:'beadspage1.html'
    },
    {   sTitle:'Beads Page 2',
        bIsWebPath:true,
        sUrl:'beadspage2.html'
    },
    {   sTitle:'Beads Page 3',
        bIsWebPath:true,
        sUrl:'beadspage3.html'
    },
    {   sTitle:'Goddess Beads',
        bIsWebPath:true,
        sUrl:'goddessbeads.html'
    },
    {   sTitle:'Focal Beads',
        bIsWebPath:true,
        sUrl:'focalbeads.html'
    }]
},
{   sTitle:'Beaded Jewellery',
    bIsWebPath:true,
    sUrl:'beadedjewellery.html',"childArray" : [
    {   sTitle:'Broaches Page 1',
        bIsWebPath:true,
        sUrl:'broaches 2.html'
    },
    {   sTitle:'Broaches Page 2',
        bIsWebPath:true,
        sUrl:'broaches.html'
    },
    {   sTitle:'Jewellery',
        bIsWebPath:true,
        sUrl:'jewellery.html'
    }]
},
{   bSeparatorAfter:true,
    sTitle:'Lampwork Tools',
    bIsWebPath:true,
    sUrl:'lampworktools.html',"childArray" : [
    {   sTitle:'Javelin Tool',
        bIsWebPath:true,
        sUrl:'javelin.html'
    },
    {   sTitle:'Spear Tool',
        bIsWebPath:true,
        sUrl:'speartool.html'
    },
    {   sTitle:'Fat Lentil Press',
        bIsWebPath:true,
        sUrl:'fatlentilpress.html'
    },
    {   sTitle:'Spree Press',
        bIsWebPath:true,
        sUrl:'spree.html'
    },
    {   sTitle:'15 mm Combo Press',
        bIsWebPath:true,
        sUrl:'15mmcombopress.html'
    },
    {   sTitle:'13 mm Combo Press',
        bIsWebPath:true,
        sUrl:'13mmcombopress.html'
    },
    {   sTitle:'3 Point Focal Press',
        bIsWebPath:true,
        sUrl:'3pointfocal.html'
    },
    {   sTitle:'5 Point Focal Press',
        bIsWebPath:true,
        sUrl:'5pointfocal.html'
    },
    {   sTitle:'6 Point Daisy  Press',
        bIsWebPath:true,
        sUrl:'daisy.html'
    },
    {   sTitle:'Small Oval Press',
        bIsWebPath:true,
        sUrl:'smallovalpress.html'
    },
    {   sTitle:'Medium Oval Press',
        bIsWebPath:true,
        sUrl:'mediumovalpress.html'
    }]
},
{   sTitle:'About Spheres Of Glass',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Studio',
        bIsWebPath:true,
        sUrl:'studio.html'
    },
    {   sTitle:'Diary',
        bIsWebPath:true,
        sUrl:'diary.html'
    },
    {   sTitle:'Contact Me',
        bIsWebPath:true,
        sUrl:'contact.html'
    }]
}]
});
