var fDesc=new Array(); fDesc[0] = "Audio Mixer is a compact and simple loop-based music composition and production tool for original music creation. You can create remixes and mashups as well as add your own recorded audio. There is also the possibility to save the created music with such popular audio formats as MP3, WAV, AMR, AAC, WMA and M4A."; 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 = ''; } }