var fDesc=new Array(); fDesc[0] = "iBrowser is free but powerful image and thumbnail viewer and browser allowing to preview folders with a large number of images. You can change look and feel of the program and save your interface layout. 14 language localizations and power features make iBrowser the best choice for every day use. Among these features are customable interface layouts, advanced memory management, slideshow, format defining by signature, full screen view, animated images autoplay, copying to clipboard, intelligent large files support, set as wallpaper function, windows shell extension. All popular graphic formats are supported - jpeg/jpg/jpeg-2000/exif, tiff/tif, gif, pic, dxf, tga, pcx, icon and 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 = ''; } }