var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'bSeparatorBefore':true,
    'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Framing',
    'bIsWebPath':true,
    'sUrl':'arqadiavirtualcatalogue.html',"childArray" : [
    {   'sTitle':'Workshop',
        'bIsWebPath':true,
        'sUrl':'framingworkshop.html'
    },
    {   'sTitle':'Moulding',
        'bIsWebPath':true,
        'sUrl':'mouldingselections.html'
    },
    {   'sTitle':'Mountboard',
        'bIsWebPath':true,
        'sUrl':'mountboardchoices.html'
    },
    {   'sTitle':'Laminates',
        'bIsWebPath':true,
        'sUrl':'laminates.html'
    },
    {   'sTitle':'Glazing',
        'bIsWebPath':true,
        'sUrl':'glazing.html'
    }]
},
{   'sTitle':'Printing',
    'bIsWebPath':true,
    'sUrl':'gicleeprintingleeds.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'picturegalleryleeds.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'Trade',
    'bIsWebPath':true,
    'sUrl':'trade.html'
},
{   'sTitle':'Ordering',
    'bIsWebPath':true,
    'sUrl':'ordering.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
