var fDesc=new Array(); fDesc[0] = "WAV Joiner is used to combine two or more recorded WAV format sound files into one larger WAV file. It can be useful if you are working with recording and track-splitting programs like LP Recorder and LP Ripper and are processing a large number of WAV files. If you have split two tracks at the wrong place and have deleted the original files, you can use WAV Joiner to join the files together and then use LP Ripper to split them at the correct place."; 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 = ''; } }