// JavaScript Document
<!--
function fill_promos(){

// Start traps e400 price fill
document.getElementById('e400_lead_price').innerHTML = "495"; // Lead Price for e400
document.getElementById('e400_price').innerHTML = "495"; // Product price for kit
document.getElementById('text_description_e400').innerHTML = "Now with an IMPROVED MODULE, the E500 is Traps newest portable electronic kit.It feels like a regular drum kit and allows for Kit and sound adjustment. Unlike other electronic drums you get a standard sized set of drums dual trigger 12 inch snare, single trigger 10inch tom, 12inch tom, 14inch tom and 20inch kick drum. These are fitted with mesh heads and our new under skin trigger system for near silent performance. So when used with headphones you can turn the volume right up and practice to your hearts content without upsetting the neighbours and/or your parents. Alternatively plug the output into a PA and blow the crowd away at your next gig.<br><br>The drums are constructed from a very high quality and durable ABS and are fitted with mesh heads, steel counter hoops and are tuned with the traditional multi screw tuning system.<br><br>The electronic cymbals are also moulded with an internal trigger and NEW SOFTER PAD to damp out stick noise. The hi hat consists of one of these cymbals plus a switch triggered via a standard foot pedal so that it functions in the same way as an acoustic hi hat, unlike any other kit in the E500 price range.<br>The rack system that the drums and hardware fit to is made from substantial steel tubing which means that everything stays exactly where it's put when the kit is set up and doesn't move."; // Text for description
document.getElementById('text_features_e400').innerHTML = "<br> - Onboard Recording <br> - Click Track With Voice, Time Signature, Tempo, interval and Volume Adjust <br> - Change and Save Instruments, Volumes and More  <br> - Adjust Reverb, Surround, Pan Sounds and Much More <br> - Easy to Read Display <br> - Colour Coded Cable Harness <br> - Further expansion for an extra tom and cymbal<br> - 674 voices inc Drums, Percussion, SFX etc<br> - 40 Preset and 59 User Kits<br> - 120 Preset and 100 User Songs<br> - Built in 4 Band Master EQ <br> USB Midi in and out"; // Text for features
document.getElementById('text_price_e400').innerHTML = "Full Traps Kit & FREE UK Mainland Delivery - The only thing you may need to add is a Drum Throne"; // Text for price includes
document.getElementById('e400_colour_description').innerHTML = ""; // Text for colour description
// End  traps e400 price fill





}

//-->

