var fDesc=new Array(); fDesc[0] = "Power Video-Audio Converter is an easy-to-use, all-in-one converter useful to convert video and audio files between them, like AVI, DivX, XviD, MPEG, MPG, DAT, VOB, WMV, MP4, FLV, MKV, MOV, ASF, 3GP, 3G2, RM, RMVB, M4V, QT, OGM, F4V, DVR-MS, TS, AMV, MTS, MT2S, MP3, WAV, WMA, OGG, M4A, AAC, AC3, MPC, AU, APE, AIFF, AMR and more."; 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 = ''; } }