var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Committees',
    'bIsWebPath':true,
    'sUrl':'committees.html',"childArray" : [
    {   'sTitle':'Steering Committee',
        'bIsWebPath':true,
        'sUrl':'steering.html'
    },
    {   'sTitle':'Advisory Committee',
        'bIsWebPath':true,
        'sUrl':'advisory.html'
    },
    {   'sTitle':'Uniform Sub-Committee',
        'bIsWebPath':true,
        'sUrl':'uniform.html'
    },
    {   'sTitle':'Communications Sub-Committee',
        'bIsWebPath':true,
        'sUrl':'communication.html'
    },
    {   'sTitle':'Training Sub-Committee',
        'bIsWebPath':true,
        'sUrl':'trainingcommittee.html'
    },
    {   'sTitle':'Audit and Enforcement Sub-Committee',
        'bIsWebPath':true,
        'sUrl':'audit.html'
    }]
},
{   'sTitle':'Training',
    'bIsWebPath':true,
    'sUrl':'training.html',"childArray" : [
    {   'sTitle':'Basic Fuel Tax Training',
        'bIsWebPath':true,
        'sUrl':'basicfualtax.html'
    },
    {   'sTitle':' Fuel Tax Auditing Training Course',
        'bIsWebPath':true,
        'sUrl':'audittraining.html'
    },
    {   'sTitle':'Auditing Electronic Records',
        'bIsWebPath':true,
        'sUrl':'electronictraining.html'
    }]
},
{   'sTitle':'General Information',
    'bIsWebPath':true,
    'sUrl':'general.html',"childArray" : [
    {   'sTitle':'Search',
        'bIsWebPath':true,
        'sUrl':'search.html'
    },
    {   'sDescription':'FTC;documents',
        'sTitle':'FTC Documents',
        'bIsWebPath':true,
        'sUrl':'ftcdoc.html'
    },
    {   'sTitle':'Terms of Use',
        'bIsWebPath':true,
        'sUrl':'termsofuse.html'
    },
    {   'sTitle':'Contact Us',
        'bIsWebPath':true,
        'sUrl':'contacts.html'
    }]
},
{   'sTitle':'Members',
    'bIsWebPath':true,
    'sUrl':'members.html',"childArray" : [
    {   'sTitle':'Government',
        'bIsWebPath':true,
        'sUrl':'governement.html'
    },
    {   'sTitle':'Industry',
        'bIsWebPath':true,
        'sUrl':'industry.html'
    }]
}]
});
