var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT US',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'SERVICES',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'IRON WORKS',
        'bIsWebPath':true,
        'sUrl':'ironworks.html',"childArray" : [
        {   'sTitle':'ARCHITECTURAL IRON',
            'bIsWebPath':true,
            'sUrl':'architectural.html'
        },
        {   'sTitle':'SECURITY',
            'bIsWebPath':true,
            'sUrl':'security.html'
        },
        {   'sTitle':'OUTDOOR',
            'bIsWebPath':true,
            'sUrl':'outdoor.html'
        },
        {   'sTitle':'FURNITURE',
            'bIsWebPath':true,
            'sUrl':'furniture.html'
        },
        {   'sTitle':'HOME ACCESSORIES',
            'bIsWebPath':true,
            'sUrl':'accessories.html'
        },
        {   'sTitle':'STAINLESS STEEL',
            'bIsWebPath':true,
            'sUrl':'stainless_steel.html'
        },
        {   'sTitle':'WALL ART',
            'bIsWebPath':true,
            'sUrl':'wall.html'
        },
        {   'sTitle':'HOSPITALITY BUSINESS',
            'bIsWebPath':true,
            'sUrl':'hospitality.html'
        },
        {   'sTitle':'MISCELLANEOUS',
            'bIsWebPath':true,
            'sUrl':'miscellaneous.html'
        }]
    },
    {   'sTitle':'AIR CONDITIONING',
        'bIsWebPath':true,
        'sUrl':'airconditioning.html'
    },
    {   'sTitle':'GARDEN MAINTENANCE',
        'bIsWebPath':true,
        'sUrl':'gardenmaintenance.html'
    },
    {   'sTitle':'ELECTRICAL SERVICES',
        'bIsWebPath':true,
        'sUrl':'electricalservices.html'
    },
    {   'sTitle':'PLUMBING SERVICES',
        'bIsWebPath':true,
        'sUrl':'plumbingservices.html'
    }]
},
{   'sTitle':'SOLIDARITY',
    'bIsWebPath':true,
    'sUrl':'solidarity.html'
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'LINKS',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
