var fDesc=new Array(); fDesc[0] = "ABsee Free Image Viewer is a compact and easy-to-use image viewer, which supports 50 kinds of image formats, such as bmp, jpg, png, gif, tif, psd, pcx, ico, cur, and dwg, etc.
Use ABsee to quickly view images in the folders by Thumbnails, icons, and list, quickly display previews of the image files and view the files in full screens or slides. As an added convenience, you set up the image files as wallpapers or print them out.
In addition, you may view the properties and the exif information of the image files, and save the image files in different formats.
You can also manipulate images directly with the ABsee image editor."; 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 = ''; } }