				if (tab = the_car.getSfxTable(0))//Stock onload
				{
					tab.clear();
					tab.addItem(new ResourceRef(addon.Sounds.PureSound.AE86:0x00000025r), 791,   500, 1000, 0.8*vol, 1*vol);//on1
					tab.addItem(new ResourceRef(addon.Sounds.PureSound.AE86:0x00000026r), 1494,   850, 3076, 0.85*vol, 3.1*vol);//on2
					tab.addItem(new ResourceRef(addon.Sounds.PureSound.AE86:0x00000027r), 3076,   1494, 4570, 1.5*vol, 4.6*vol);//on3
					tab.addItem(new ResourceRef(addon.Sounds.PureSound.AE86:0x00000028r), 4570,   3076, 6064, 3.1*vol, 6*vol);//on4
					tab.addItem(new ResourceRef(addon.Sounds.PureSound.AE86:0x00000029r), 6064,   4570, 7559, 4.6*vol, 7.6*vol);//on5
					tab.addItem(new ResourceRef(addon.Sounds.PureSound.AE86:0x0000002Ar), 7559,   6064, 9000, 6*vol, 9*vol);//on6
					if(dynodata.P_turbo_waste > 0)
						tab.addItem(new ResourceRef(addon.Sounds.PureSound.AE86:0x0000002Dr), 6000,   2000, RPM_limit+1000, 0.25, 1);//supercharger
				}
				if (tab = the_car.getSfxTable(1))//Stock offload
				{
					tab.clear();
					tab.addItem(new ResourceRef(addon.Sounds.PureSound.AE86:0x0000001Fr), 791,   500, rpm_idle+100, 0.75*vol, 0.75*vol);//off1
					tab.addItem(new ResourceRef(addon.Sounds.PureSound.AE86:0x00000020r), 1494,   rpm_idle+50, 3076, 2*vol, 3.1*vol);//off2
					tab.addItem(new ResourceRef(addon.Sounds.PureSound.AE86:0x00000021r), 3076,   1494, 4570, 1.5*vol, 4.6*vol);//off3
					tab.addItem(new ResourceRef(addon.Sounds.PureSound.AE86:0x00000022r), 4570,   3076, 6064, 3.1*vol, 6*vol);//off4
					tab.addItem(new ResourceRef(addon.Sounds.PureSound.AE86:0x00000023r), 6064,   4570, 7559, 4.6*vol, 7.6*vol);//off5
					tab.addItem(new ResourceRef(addon.Sounds.PureSound.AE86:0x00000024r), 7559,   6064, 9000, 6*vol, 9*vol);//off6
				}
				if (tab = the_car.getSfxTable(2))
				{
					tab.clear();
					the_car.setSfxExhaustMinVol(0.1);

				}