var fDesc=new Array(); fDesc[0] = "Until AM Web App is a browser extension that brings virtual turntables in your browser. Until AM transforms your web browser into a full-fledged DJ setup. Possibilities include vinyl scratching with two turntables, playback speed adjustment, sound modification through effects and more. All this straight in your browser, without installing anything - just enter the party, take over the DJ booth and give it a spin."; 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 = ''; } }