var fDesc=new Array(); fDesc[0] = "Mwisoft is a freeware windows utility that allows user to easily add comments to JPG, PNG, BMP, GIF and TIF file. Mwisoft is also able to display JPEG comments created by windows. Comments created by Mwisoft are embedded into the photo file.Mwisoft allows creation of photo comments up to 20 KB. Mwisoft has a Font dialog box to improve reading of comments. Mwisoft has good navigation buttons to improve file accessibility.You can also Copy, Rename and Delete file. Mwisoft has a clearly labeled and intuitive user interface."; 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 = ''; } }