// JavaScript Document

function fill_promos(){



// Start traps a400 price fill
document.getElementById('a400_lead_price').innerHTML = "309"; // Lead Price for a400
document.getElementById('a400_price').innerHTML = "309"; // Product price for kit
document.getElementById('a400_price').innerHTML = "309"; // Product price for kit
document.getElementById('text_description_a400').innerHTML = "<br>The Traps A400 looks and sounds like a regular drum kit. The drums are constructed to a very high quality and are fitted with Remo heads, steel counter hoops and are tuned with the traditional multi screw tuning system - this also allows the use of pads for silent practising.<br><br> The rack system 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. Both the bass and the snare drum are double headed.<br>This is a great kit for practise or gigs and can be set up lightning fast - it's also highly portable and fits into a standard hatchback boot.<br><br>Please Note: Cymbals & Drum Throne Not Included."; // Text for description*/
document.getElementById('text_features_a400').innerHTML = "<br><li>Chrome Rack<br><br><li>Remo Heads<br><br><li>Lightweight and highly portable<br><br><li>Includes; Hi-hat Stand, Two Boom Arms"; // Text for features
document.getElementById('text_price_a400').innerHTML = "<br><li> Traps A400<br><br><li>Comes with everything pictured other than Cymbals & Drum Throne."; // Text for price includes
document.getElementById('a400_colour_description').innerHTML = "Chrome rack with chrome hardware, black drum hoops with black/blue fittings."; // Text for colour description
// End  traps a400 price fill





}

//-->

