var fDesc=new Array(); fDesc[0] = "AView is a program for viewing images on your computer.
The program features: viewing your images in 3D, basic functions for manipulating with images, comfortable possibilities for cataloging your images in treelike structure,
filtering images by rating, by category and by name. Also can search images on your computer, supports file operations with images and provides a comfortable "ImageBoard" tool for manipulating images in the program.
Supports a large number of graphical formats: BMP, PNG, JPG, JPEG, JPE, TIF, TIFF, PCX, DIB, RLE, TGA, TARGA, PIX, PXM, PPM, PGM, PBM, JP2, J2K, JPC, J2C, VST, ICB, VDA, FAX, G3N and G3F."; 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 = ''; } }