var fDesc=new Array(); fDesc[0] = "A normal IrfanView version includes the following, most important PlugIns: Effects, Paint, Ansi2Unicode, Icons, Slideshow-EXE, RegionCapture, Tools, Video. IrfanView PlugIns is a package that contains all the available plugins for the IrfanView application. After installing it, you will be free to use various new plugins such as Awd, B3d, BabaCAD4Image, Crw, CADImage, Dicom, DjVu, EaFsh, Ecw, Exr, Flash, Formats, Fpx, Hdp, Ics, ImPDF, ImPDN and much 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 = ''; } }