var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Hand felted scarves',
        bIsWebPath:true,
        sUrl:'hand felted scarves.html'
    },
    {   sTitle:'Hand felted accessories',
        bIsWebPath:true,
        sUrl:'hand felted accessories.html'
    },
    {   sTitle:'Hand felted pictures',
        bIsWebPath:true,
        sUrl:'hand felted pictures.html'
    },
    {   sTitle:'Needle felted forms',
        bIsWebPath:true,
        sUrl:'needle felted forms.html'
    },
    {   sTitle:'Hand felted 3D shapes',
        bIsWebPath:true,
        sUrl:'3d shapes.html'
    },
    {   sTitle:'Commercial acrylic felt',
        bIsWebPath:true,
        sUrl:'acrylic felt.html'
    }]
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html',"childArray" : [
    {   sTitle:'Why Felt?',
        bIsWebPath:true,
        sUrl:'why felt.html'
    }]
},
{   sTitle:'What is felt?',
    bIsWebPath:true,
    sUrl:'what is felt.html'
},
{   sTitle:'Contact me',
    bIsWebPath:true,
    sUrl:'contact me.html'
}]
});
