var fDesc=new Array(); fDesc[0] = "With Audio Converter, you can easily convert audios from one format to another, you can also extract audios from your video files, and save audios to your iPod, iPhone, PSP, CellPhone and any other mobile device. Supported formats: MP3, WAV, WMA, AAC, AC3, ARM, OGG, MP2, MP4, H.264, 3GP, 3GP2, FLV, AVI, WMV, MOV, VOB, MPEG-1, MPEG-2, H.263, ringtone, and more various formats."; 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 = ''; } }