var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Race Engines',
    bIsWebPath:true,
    sUrl:'raceengines.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Manufacture',
        bIsWebPath:true,
        sUrl:'emanufacture.html',
        sTarget:'_self'
    },
    {   sTitle:'Design',
        bIsWebPath:true,
        sUrl:'edesign.html',
        sTarget:'_self'
    },
    {   sTitle:'Testing',
        bIsWebPath:true,
        sUrl:'etesting.html',
        sTarget:'_self'
    },
    {   sTitle:'Race Support',
        bIsWebPath:true,
        sUrl:'eracing.html',
        sTarget:'_self'
    },
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'enews.html',
        sTarget:'_self'
    },
    {   sTitle:'For Sale',
        bIsWebPath:true,
        sUrl:'eforsale.html',
        sTarget:'_self'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'elinks.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Alternative Fuels',
    bIsWebPath:true,
    sUrl:'altfuels.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'LPG',
        bIsWebPath:true,
        sUrl:'altlpg.html',
        sTarget:'_self'
    },
    {   sTitle:'Electric',
        bIsWebPath:true,
        sUrl:'altelectric.html',
        sTarget:'_self'
    },
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'altnews.html',
        sTarget:'_self'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'altlinks.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Aviation',
    bIsWebPath:true,
    sUrl:'aviation.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Engines',
        bIsWebPath:true,
        sUrl:'aengines.html',
        sTarget:'_self'
    },
    {   sTitle:'Magnetos',
        bIsWebPath:true,
        sUrl:'amagnetos.html',
        sTarget:'_self'
    },
    {   sTitle:'Fuel Systems',
        bIsWebPath:true,
        sUrl:'afuel.html',
        sTarget:'_self'
    },
    {   sTitle:'Heaters',
        bIsWebPath:true,
        sUrl:'aheaters.html',
        sTarget:'_self'
    },
    {   sTitle:'Engine Testing',
        bIsWebPath:true,
        sUrl:'atesting.html',
        sTarget:'_self'
    },
    {   sTitle:'Non Destructive Testing (NDT)',
        bIsWebPath:true,
        sUrl:'andt.html',
        sTarget:'_self'
    },
    {   sTitle:'Capability Lists',
        bIsWebPath:true,
        sUrl:'acapabilitylists.html',
        sTarget:'_self'
    },
    {   sTitle:'Customer Feedbask',
        bIsWebPath:true,
        sUrl:'page27.html',
        sTarget:'_self'
    },
    {   sTitle:'For Sale / Exchange',
        bIsWebPath:true,
        sUrl:'aforsale.html',
        sTarget:'_self'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'alinks.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
