var fDesc=new Array(); fDesc[0] = "XPicture is a simple picture browser that enables the user to view and associate images just by double clicking on the image or opening a picture folder. It works on various versions of Microsoft Windows like Windows 95, Windows Me, Windows NT, Windows 98, Windows 2000, Windows XP, etc. It is similar to the Microsoft XP picture browser. It also provides a thumbnail viewer that makes it easier for the end user to choose images from his image gallery. It displays the images from the selected folder and then allows user to sequentially traverse through the gallery. The thumbnails are displayed at the bottom panel of the frame along with the current selected image and hence it is easier for the user to browse through all the images in the folder. The main program is very small, approximately 100KB and hence is faster and the images load quickly into the browser.
The current version is XPicture 3.0. It provides features like zoom in, zoom out, image orientation, image best fit and real size adjustment, and Phocasa to adjust your picture. Phocasa provides rotation, cropping and scaling of images, image horizontal and vertical flip. Phocasa is recognized as an image editing tool designed for developers from GozTun.com that helps the end user to add a photo editing feature to the program. It is easy to use, small in size, and provides design for any programming language under Windows Platform."; 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 = ''; } }