var fDesc=new Array(); fDesc[0] = "MediaJoin is a free program for combining your Video/Audio clips into one file. This simple, no frills program makes it easy for anyone to combine their clips. It's compatible with MP3, WAV, MPG and MPEG files. It can also be used to combine Text file and other notes. If you have a lot of notes saved as text files like I do use MediaJoin to combine them into one Text file."; 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 = ''; } }