var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Products',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Sleeping Couches',
        'bIsExternal':true,
        'sUrl':'',
        'sTarget':'_self',"childArray" : [
        {   'sTitle':'Sleeping Couches 1/4',
            'bIsWebPath':true,
            'sUrl':'sleepingcouches_p1.html'
        },
        {   'sTitle':'Sleeping Couches 2/4',
            'bIsWebPath':true,
            'sUrl':'sleepingcouches_p2.html'
        },
        {   'sTitle':'Sleeping Couches 3/4',
            'bIsWebPath':true,
            'sUrl':'sleepingcouches_p3.html'
        },
        {   'sTitle':'Sleeping Couches 4/4',
            'bIsWebPath':true,
            'sUrl':'sleepingcouches_p4.html'
        }]
    },
    {   'sTitle':'Leather Sofa\'s',
        'bIsWebPath':true,
        'sUrl':'leathersofas.html'
    },
    {   'sTitle':'Tub Chairs, Ottomans & Headboards',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'otherproducts.html'
    }]
},
{   'sTitle':'Fabrics',
    'bIsWebPath':true,
    'sUrl':'fabrics.html'
},
{   'sTitle':'Warranty',
    'bIsWebPath':true,
    'sUrl':'warranty.html'
},
{   'sTitle':'Assembling/Operating',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'How to assemble',
        'bIsWebPath':true,
        'sUrl':'assembly.html'
    },
    {   'sTitle':'How to operate',
        'bIsWebPath':true,
        'sUrl':'operation.html'
    }]
},
{   'sTitle':'Contact us',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Cape Town',
        'bIsWebPath':true,
        'sUrl':'cape_town.html'
    },
    {   'sTitle':'Johannesburg',
        'bIsWebPath':true,
        'sUrl':'johannesburg.html'
    }]
}]
});
