var fDesc=new Array(); fDesc[0] = "Fx Audio tools include an audio file converter that supports most common audio and video sound types such as variable bit rate MP2 and MP3 files. Other tools include a CD Audio ripper, a sound recorder, an audio file player an audio file transformer, a joiner and a splitter. Utilities include additional tools for mixing two files, converting to mono, converting to stereo and a dual file player to play two files at the same time."; 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 = ''; } }