var fDesc=new Array(); fDesc[0] = "iPixSoft GIF to SWF Converter is an application that allows you to convert GIF files to Flash SWF file. Also, you can convert JPEG, JPG, BMP and PNG images to SWF files, set SWF frame rate, image format and image quality, set background color and hyperlink for the output SWF file, 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 = ''; } }