var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Bowls',
        'bIsWebPath':true,
        'sUrl':'bowls.html'
    },
    {   'sTitle':'Vases',
        'bIsWebPath':true,
        'sUrl':'vases.html'
    },
    {   'sTitle':'Hollow Forms',
        'bIsWebPath':true,
        'sUrl':'hollowforms.html'
    },
    {   'sTitle':'Pierced',
        'bIsWebPath':true,
        'sUrl':'pierced.html'
    },
    {   'sTitle':'Misc',
        'bIsWebPath':true,
        'sUrl':'misc.html'
    }]
},
{   'sTitle':'Buy',
    'bIsWebPath':true,
    'sUrl':'buy.html',"childArray" : [
    {   'sTitle':'Buy 2',
        'bIsWebPath':true,
        'sUrl':'buy2.html'
    },
    {   'sTitle':'Buy 3',
        'bIsWebPath':true,
        'sUrl':'buy3.html'
    },
    {   'sTitle':'Buy 4',
        'bIsWebPath':true,
        'sUrl':'buy4.html'
    },
    {   'sTitle':'Buy 5',
        'bIsWebPath':true,
        'sUrl':'buy5.html'
    },
    {   'sTitle':'Peppermills',
        'bIsWebPath':true,
        'sUrl':'peppermills.html'
    },
    {   'sTitle':'Pens',
        'bIsWebPath':true,
        'sUrl':'Pens.html',"childArray" : [
        {   'sTitle':'Pens 2',
            'bIsWebPath':true,
            'sUrl':'pens2.html'
        }]
    },
    {   'sTitle':'Page 2',
        'bIsWebPath':true,
        'sUrl':'page2.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Stories',
    'bIsWebPath':true,
    'sUrl':'stories.html',"childArray" : [
    {   'sTitle':'Applewood',
        'bIsWebPath':true,
        'sUrl':'applewood.html'
    },
    {   'sTitle':'Hartman Cherry',
        'bIsExternal':true,
        'sUrl':'http://www.owlpark.com/cherry/HartmanCherry.pdf',
        'sTarget':'_blank'
    },
    {   'sTitle':'Hoop Snakes',
        'bIsWebPath':true,
        'sUrl':'hoopsnakes.html'
    },
    {   'sTitle':'Turning Maple',
        'bIsWebPath':true,
        'sUrl':'turningmaple.html'
    },
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'links.html'
    }]
},
{   'sTitle':'Web Design',
    'bIsWebPath':true,
    'sUrl':'web.html',"childArray" : [
    {   'sTitle':'Portfolio',
        'bIsWebPath':true,
        'sUrl':'page18.html'
    }]
}]
});
