var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Boutique',
    bIsWebPath:true,
    sUrl:'boutique.html',"childArray" : [
    {   sTitle:'Lacey & Ro',
        bIsWebPath:true,
        sUrl:'lacey_ro.html',"childArray" : [
        {   sTitle:'Easy Sew',
            bIsWebPath:true,
            sUrl:'easy_sew.html'
        },
        {   sTitle:'2 Easy to Sew',
            bIsWebPath:true,
            sUrl:'2_easy_to_sew.html'
        }]
    },
    {   sTitle:'Northcott Patterns',
        bIsWebPath:true,
        sUrl:'northcott_patterns.html'
    },
    {   sTitle:'Large-Scale Quilts',
        bIsWebPath:true,
        sUrl:'large_scale_quilts.html'
    },
    {   sTitle:'Circles & More Ruler',
        bIsWebPath:true,
        sUrl:'circles_more_ruler.html'
    },
    {   sTitle:'Sizzling Circles',
        bIsWebPath:true,
        sUrl:'sizzling_circles.html'
    },
    {   sTitle:'Snap Bags',
        bIsWebPath:true,
        sUrl:'snap_bags.html'
    },
    {   sTitle:'Wearables',
        bIsWebPath:true,
        sUrl:'wearables.html'
    },
    {   sTitle:'Charms',
        bIsWebPath:true,
        sUrl:'charms.html'
    }]
},
{   sTitle:'Lectures',
    bIsWebPath:true,
    sUrl:'lectures.html'
},
{   sTitle:'Workshops',
    bIsWebPath:true,
    sUrl:'workshops.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Snap Bag Student Gallery',
        bIsWebPath:true,
        sUrl:'snap_bag_s_gallery.html'
    },
    {   sTitle:'Wearables Student Glallery',
        bIsWebPath:true,
        sUrl:'wearable_s_gallery.html'
    },
    {   sTitle:'Large-Scale Quilts Gallery',
        bIsWebPath:true,
        sUrl:'large_scale_s_gallery.html'
    },
    {   sTitle:'Sizzling Circle Student Gallery',
        bIsWebPath:true,
        sUrl:'sizzling_circle_s_gallery.html'
    },
    {   sTitle:'Golden Thyme Design Gallery',
        bIsWebPath:true,
        sUrl:'gtd_gallery.html'
    }]
},
{   sTitle:'Faux',
    bIsWebPath:true,
    sUrl:'faux.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'info.html'
}]
});
