var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Iron Works',
        bIsWebPath:true,
        sUrl:'ironworks.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Architectural Iron',
            bIsWebPath:true,
            sUrl:'architectural.html',
            sTarget:'_self'
        },
        {   sTitle:'Security',
            bIsWebPath:true,
            sUrl:'security.html',
            sTarget:'_self'
        },
        {   sTitle:'Outdoor',
            bIsWebPath:true,
            sUrl:'outdoor.html',
            sTarget:'_self'
        },
        {   sTitle:'Furniture',
            bIsWebPath:true,
            sUrl:'furniture.html',
            sTarget:'_self'
        },
        {   sTitle:'Home Accessories',
            bIsWebPath:true,
            sUrl:'accessories.html',
            sTarget:'_self'
        },
        {   sTitle:'Miscellaneous',
            bIsWebPath:true,
            sUrl:'miscellaneous.html',
            sTarget:'_self'
        },
        {   sTitle:'Hospitality Business',
            bIsWebPath:true,
            sUrl:'hospitality.html',
            sTarget:'_self'
        },
        {   sTitle:'Stainless Steel',
            bIsWebPath:true,
            sUrl:'stainless_steel.html',
            sTarget:'_self'
        },
        {   sTitle:' Wall Art',
            bIsWebPath:true,
            sUrl:'wall.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Air Conditioning',
        bIsWebPath:true,
        sUrl:'airconditioning.html',
        sTarget:'_self'
    },
    {   sTitle:'Garden Maintenance',
        bIsWebPath:true,
        sUrl:'gardenmaintenance.html',
        sTarget:'_self'
    },
    {   sTitle:'Electrical Services',
        bIsWebPath:true,
        sUrl:'electricalservices.html',
        sTarget:'_self'
    },
    {   sTitle:'Plumbing Services',
        bIsWebPath:true,
        sUrl:'plumbingservices.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Solidarity',
    bIsWebPath:true,
    sUrl:'solidarity.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});