var fDesc=new Array(); fDesc[0] = "e-mix basic edition is a program that offers you a set off functions for mixing music. The basic edition features audio and video playback, it supports all major audio formats, it allows you to create playlists, music databases and you can add various music effects from your MIDI Controller."; 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 = ''; } }