var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Shop',
    'bIsExternal':true,
    'sUrl':'http://www.esty.com/shop/rainbowthreads',
    'sTarget':'_blank'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page6.html',"childArray" : [
    {   'sTitle':'Policies',
        'bIsWebPath':true,
        'sUrl':'page16.html'
    }]
}]
});
