var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'Contact1.html'
},
{   sTitle:'Sewing Machines',
    bIsWebPath:true,
    sUrl:'sewingmachines1.html'
},
{   sTitle:'Bean Bag Hospital',
    bIsWebPath:true,
    sUrl:'beanbaghospital1.html'
},
{   sTitle:'Sewing',
    bIsWebPath:true,
    sUrl:'sewing.html',"childArray" : [
    {   sTitle:'Dress Fabrics',
        bIsWebPath:true,
        sUrl:'dressfab1.html',"childArray" : [
        {   sTitle:'Fabric Gallery',
            bIsWebPath:true,
            sUrl:'fa gallery1.html'
        }]
    },
    {   sTitle:'Make your own Tutu',
        bIsWebPath:true,
        sUrl:'tutu.html'
    },
    {   sTitle:'Fabrics',
        bIsWebPath:true,
        sUrl:'fabrics.html'
    },
    {   sTitle:'Patterns',
        bIsWebPath:true,
        sUrl:'patterns.html'
    },
    {   sTitle:'Handmade Locally',
        bIsWebPath:true,
        sUrl:'handmade.html'
    },
    {   sTitle:'Essentials',
        bIsWebPath:true,
        sUrl:'essentials.html'
    }]
},
{   sTitle:'Knitting',
    bIsWebPath:true,
    sUrl:'knitt yarn1.html',"childArray" : [
    {   sTitle:'Yarns',
        bIsWebPath:true,
        sUrl:'yarns1.html'
    },
    {   sTitle:'Knitting Patterns',
        bIsWebPath:true,
        sUrl:'kpatterns.html'
    }]
},
{   sTitle:'Servicing & repairs',
    bIsWebPath:true,
    sUrl:'sewmachines.html'
},
{   sTitle:'Crafts',
    bIsWebPath:true,
    sUrl:'crafts1.html'
},
{   sTitle:'Featured This Month',
    bIsWebPath:true,
    sUrl:'featured1.html'
},
{   sTitle:'Open Days',
    bIsWebPath:true,
    sUrl:'opendays.html'
},
{   sTitle:'Quilters Corner',
    bIsWebPath:true,
    sUrl:'quilting.html'
}]
});
