var fDesc=new Array(); fDesc[0] = "Elottronix XL is an emulation of the Robert Fripp's delay effect known as "Frippertronics", which consists in two Revox B-77 making a continuous loop. It brings you two independent routable delay lines, with a maximum delay time of 80 seconds and two global Pan modes: normal and inverted."; 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 = ''; } }