var fDesc=new Array(); fDesc[0] = "Fast Audio Converter is a brilliant audio converter for Windows and Mac OS X. It supports the most popular audio files formats as WMA, MP3, OGG, WAV PCM, Apple loseless, AAC, AIFF and FLAC and converts them into these formats, including resampling. Also you can save audio track from video to format to one of these audio formats. It supports conversion on video files in AVI, WMV, ASF, MKV, FLV, MPEG, MP4 and many others. The digital audio converter uses the most modern and fast audio codecs, allowing you to compress your files with maximum quality."; 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 = ''; } }