var fDesc=new Array(); fDesc[0] = "IBN Video Converter is designed to meet all your needs of convert video file between AVI, MPEG1, MPEG2, VCD, SVCD, DVD, WMV, ASF formats. The main features include: * Batch convert all supported formats to AVI, MPEG, VCD,SVCD,DVD,WMV formats * Very fast and without any quality loss * Very user-friendly interface * Supports AVI, Divx, Xvid, MPEG1, MPEG2, ASF, WMV, DAT * All supported formats to AVI(DivX,XviD, MPEG- 4) * All supported formats to MPEG I/II * All supported formats to VCD,SVCD,DVD(PAL,NTSC) * All supported formats to Windows Media Format * Support large video files, even large then 2GB"; 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 = ''; } }