var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'What\'s New',
        'bIsWebPath':true,
        'sUrl':'page11.html'
    }]
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Properties of the steel',
        'bIsWebPath':true,
        'sUrl':'page10a.html'
    }]
},
{   'sTitle':'The Process',
    'bIsWebPath':true,
    'sUrl':'news.html',"childArray" : [
    {   'sTitle':'Tools of the Trade',
        'bIsWebPath':true,
        'sUrl':'tools.html',"childArray" : [
        {   'sTitle':'Shop Tour',
            'bIsWebPath':true,
            'sUrl':'shop tour.html'
        }]
    }]
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Video of Forging Mosiac Damascus',
        'bIsWebPath':true,
        'sUrl':'page12.html'
    },
    {   'sTitle':'Description of Making Damascus',
        'bIsWebPath':true,
        'sUrl':'page13.html'
    }]
},
{   'sTitle':'Items in Stock',
    'bIsWebPath':true,
    'sUrl':'in stock.html',"childArray" : [
    {   'sTitle':'Bolsters',
        'bIsWebPath':true,
        'sUrl':'page10.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'Contact Us',
        'bIsExternal':true,
        'sUrl':'mailto:info@eggerlingdamascus.com',
        'sTarget':'_self'
    }]
}]
});
