var fDesc=new Array(); fDesc[0] = "With Tipard MP3 WAV Converter, you can convert MP3 to WAV and convert WAV to MP3 fast and conveniently. This universal MP3 to WAV Converter can not only convert between MP3 and WAV, but also can convert almost all popular audio like AAC, M4A, AC3, etc. to WAV, MP3, MP2, AIFF, AMR, AU, FLAC audio, as well as extracting audio from video file. This MP3 WAV Converter provides many audio optimizing functions, such as audio joining and audio trimming."; 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 = ''; } }