var fDesc=new Array(); fDesc[0] = "Uticasoft Image Browser Arctic is a complete image viewer and manager that simplifies and increases the speed of your viewing. It is an easy-to-use utility designed to view images quickly. It also lets you scan your hard disk, create slideshows, customize image and presentation effects, extract and build icons, convert, protect and lock images and files, organize files, set favorites archive, resize images, and associate audio files to images. Additional features include different viewing modes (full screen, thumbnail, and normal view), batch conversions, Webpage loader, set as wallpaper and more options. The program supports all the principal image file types, such as JPG, JPEG 2000, GIF, BMP, ICO, PNG, TIF, TGA, PCX. This browser includes helper software that works closely with Windows Explorer, IB Express to open and customize images, and Direct-Image, to help your find images easily. With an explorer-type interface, this utility is multi-functional and effective to simplify and increase the speed of your viewing. It is designed to run under Windows XP, 2000, 98, 95, Me, NT and it is only available in English. This program is distributed as Freeware."; 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 = ''; } }