var fDesc=new Array(); fDesc[0] = "Distorted Player Guitar is a digital instrument for Windows. You can script out a song in this distorted player guitar and have the guitar play it back to you. This instrument is easy to use and it it can help you compose songs or you can just have fun with it."; 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 = ''; } }