var fDesc=new Array(); fDesc[0] = "SID Image In Depth allows you to view and edit almost all known image formats such as: JPG, GIF, BMP, PNG, PSD, TIF, PCX, TGA, WBMP, PCD, WMF, EMF, ICO. The program also enables you to apply a wide range of effects to your images and choose from many excellent filters such as blur, sharpen, soften and more. Moreover you can import from TWAIN source, encrypt images for a higher protection level and provides print support."; 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 = ''; } }