var fDesc=new Array(); fDesc[0] = "The XW-DJ1 is a battery-powered, all-in-one compact DJ controller with a built-in speaker. With an original, symmetric, single-disk design, it allows you to DJ easily whether right- or left-handed. Simply install XW-DJ1 program to start spinning your favorite tracks on this hardware. This driver program also allows you to connect to other DJ applications."; 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 = ''; } }