var fDesc=new Array(); fDesc[0] = "AQ Android Video Converter can convert familiar video files including AVI, WMV, MOV,3GP, RM, RMVB , FLV, ASF, MPEG ,YouTube vides to Android MP4 formats. AQ Android Video Converter is also an easy to use Android music converter, which not only enables you to convert audio files such as WAV, WMA, MP2, AC3, RA, OGG, CDA, APE to Android music formats,but also supports extract audio from all video files toAndroid MP3, AAC files."; 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 = ''; } }