var fDesc=new Array(); fDesc[0] = "Recool SWF to Video Converter is a program that can convert Adobe SWF files to AVI, MPEG, MP4, MKV, Flash Video, HD/HTML5 Video, animated GIF or Image Series (BMP, PNG and JPEG). You can crop the picture and define the start/end time of SWF file before conversion, add and edit watermark to the created video or image."; 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 = ''; } }