var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'240V Products',
        'bIsWebPath':true,
        'sUrl':'240vproducts.html'
    },
    {   'sTitle':'Batteries',
        'bIsWebPath':true,
        'sUrl':'batteries.html'
    },
    {   'sTitle':'Battery Operated',
        'bIsWebPath':true,
        'sUrl':'batop.html'
    },
    {   'sTitle':'Entertainment',
        'bIsWebPath':true,
        'sUrl':'entertainment.html'
    },
    {   'sTitle':'Law Enforcement',
        'bIsWebPath':true,
        'sUrl':'lawenforcement.html'
    },
    {   'sTitle':'Lifestyle',
        'bIsWebPath':true,
        'sUrl':'lifestyle.html'
    },
    {   'sTitle':'Low Voltage',
        'bIsWebPath':true,
        'sUrl':'lowvoltage.html'
    },
    {   'sTitle':'New Products',
        'bIsWebPath':true,
        'sUrl':'new.html'
    },
    {   'sTitle':'Rechargeables',
        'bIsWebPath':true,
        'sUrl':'rechargeables.html'
    },
    {   'sTitle':'Replacement Globes',
        'bIsWebPath':true,
        'sUrl':'replacements.html'
    },
    {   'sTitle':'Safety Security',
        'bIsWebPath':true,
        'sUrl':'safety.html',"childArray" : [
        {   'sTitle':'SS',
            'bIsWebPath':true,
            'sUrl':'ss.html'
        }]
    },
    {   'sTitle':'Solar Energy Free',
        'bIsWebPath':true,
        'sUrl':'solar.html',"childArray" : [
        {   'sTitle':'SPan',
            'bIsWebPath':true,
            'sUrl':'span.html'
        }]
    },
    {   'sTitle':'Spare Parts',
        'bIsWebPath':true,
        'sUrl':'spares.html',"childArray" : [
        {   'sTitle':'Parts',
            'bIsWebPath':true,
            'sUrl':'parts.html'
        }]
    },
    {   'sTitle':'Special Purpose Products',
        'bIsWebPath':true,
        'sUrl':'specialpurpose.html'
    }]
},
{   'sTitle':'Brochures',
    'bIsWebPath':true,
    'sUrl':'brochures.html'
},
{   'sTitle':'Displays',
    'bIsWebPath':true,
    'sUrl':'displays.html',"childArray" : [
    {   'sTitle':'Dis',
        'bIsWebPath':true,
        'sUrl':'dis.html'
    }]
},
{   'sTitle':'Guides',
    'bIsWebPath':true,
    'sUrl':'guides.html'
}]
});
