var fDesc=new Array(); fDesc[0] = "Your home PC can be transformed into a suite of musical instruments. The four instruments, guitar, piano, drums and looper, are suitable for all members of the family to learn and play on. From the beginner to the expert musicians in your home, they will all enjoy learning and creating music and sharing it with their friends and family."; 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 = ''; } }