var fDesc=new Array(); fDesc[0] = "Flash to Image Converter is a powerful application, which has been designed to help users convert frames of flash to different image formats. In addition, Flash to Image Converter not only supports the batch conversion, but also can help you customize the properties of the objective images including the special effect during the conversion from Flash to image. In general, Flash to Image Converter can help you make the flash files into the diverse images with different compression modes and properties."; 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 = ''; } }