// JavaScript Document
<!--
function fill_promos(){

// Start traps e400 price fill
document.getElementById('e400_lead_price').innerHTML = "419"; // Lead Price for e400
document.getElementById('e400_price').innerHTML = "419"; // Product price for kit
document.getElementById('text_description_e400').innerHTML = "The Traps E450 has now been discontinued. Look out for a brand new Traps Electronic kit due for launch Nov/Dec 2009. In the mean time check out the Alesis DM5, a fantastic electronic kit and only &pound;399 delivered!"; // Text for description
document.getElementById('text_features_e400').innerHTML = ""; // Text for features
document.getElementById('text_price_e400').innerHTML = ""; // Text for price includes
document.getElementById('e400_colour_description').innerHTML = ""; // Text for colour description
// End  traps e400 price fill





}

//-->
