var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'Catalog',
    'bIsWebPath':true,
    'sUrl':'catalog.html'
},
{   'sTitle':'Product Information',
    'bIsWebPath':true,
    'sUrl':'productinfo.html',"childArray" : [
    {   'sTitle':'Fuel Additives',
        'bIsWebPath':true,
        'sUrl':'fueladditives.html'
    },
    {   'sTitle':'Ethanol in Gas',
        'bIsWebPath':true,
        'sUrl':'ethonal.html'
    },
    {   'sTitle':'Teak Care & Preservation',
        'bIsWebPath':true,
        'sUrl':'teakcare.html'
    },
    {   'sTitle':'Waterbased Vinyl Paint Products',
        'bIsWebPath':true,
        'sUrl':'waterbased.html'
    },
    {   'sTitle':'PEP-Prevents Ethanol Problems',
        'bIsWebPath':true,
        'sUrl':'pep.html'
    }]
}]
});
