var fDesc=new Array(); fDesc[0] = "The Akai AMX is a control surface and 24-bit audio interface for Serato DJ. The AMX will allow you to mix, play, and cue your music within Serato DJ. The Akai AMX is also a DVS interface that will allow you to mix add Vinyl or CD turntables to your setup using Serato time code."; 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 = ''; } }