var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'Who are we?',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Who are we.html'
},
{   'sTitle':'News & Events',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'news & events.html',"childArray" : [
    {   'sTitle':'Exhibitions 2010',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'exhibitions 2010.html'
    },
    {   'sTitle':'Exhibitions 2011',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'exhibitions 2011.html'
    }]
},
{   'sTitle':'Brands',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Brands.html',
    'sTarget':'_self'
},
{   'sTitle':'Online Store',
    'bIsExternal':true,
    'sUrl':'http://worldwide-guitars.com/store',
    'sTarget':'_blank'
},
{   'sTitle':'Luthiers Corner',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'luthiers corner.html',
    'sTarget':'_self'
},
{   'sTitle':'Freinds & Luthiers',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'freinds and luthiers.html',
    'sTarget':'_self'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Page 5.html'
}]
});
