var fDesc=new Array(); fDesc[0] = "ampLion Free is a light version of ampLion Pro plug-in and application. It is a great tool for re-amping, recording, practicing, composing and playing live shows. Its advanced Track Player lets you play along with your favorite artists and learn their songs."; 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 = ''; } }