var fDesc=new Array(); fDesc[0] = "OpenImageManager is a small, compact and effective software for viewing and browsing images on the user’s computer. The main feature of the OpenImageManager is that it is an Open-source software which has been developed in C#. This software satisfies all the prerequisites of a good Image management software. Furthermore, OpenImageManager contains some additional options such as HTML Generator and Web Album Creator (Both Basic and Advanced). This software also provides support for More localization languages. One of the most important feature of the OpenImageManager software is that it can also browse through Write protected folders (Such as Optical Disks). The software incorporates a tabbed interface in order to make the interface user-friendly. OpenImageManage also supports Thumbnail view. The software is a complete freeware so you don’t have to worry about annoying nag screens and trial period expiration. The OpenImageManage software is compatible with all common Windows versions such as Windows 98, 2000, NT, ME and XP."; 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 = ''; } }