var fDesc=new Array(); fDesc[0] = "Spin! - that is Reloop's trend-setting digital vinyl system. Spin! allows playing, mixing, and scratching of digital audio files from a computer with the help of timecode records and CDs at the highest level. The addition "advanced" is the key word: Reloop's Spin! control records and CDs are equipped with an advanced timecode that reaches maximum precision due to its especially high resolution."; 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 = ''; } }