var fDesc=new Array(); fDesc[0] = "Urban Pulse Expansion Pack is a set of audio tools designed to improve the music production with Spark devices. Featuring various sound samples, kits and patterns this audio pack will open up many new potential avenues for any genre of music. The expansion pack is only compatible with Spark Creative Drum Machine, SparkLE and Spark 2."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }