var fDesc=new Array(); fDesc[0] = "Clone2Go Free Audio Converter is a powerful tool in audio extraction and audio conversion. With this freeware audio converter, you can easily extract the unprotected sound tracks from video files in formats such as AVI, WMV, FLV, MKV, RMVB, VOB and convert video/audio to common audio formats including MP3, MP2, WAV, WMA, OGG, M4A and AAC."; 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 = ''; } }