var fDesc=new Array(); fDesc[0] = "FreeVimager is a tiny program for viewing and editing images. It allows you to load multiple photos and use touch screen gestures to zoom in & out and load next & previous picture easily. It can also display the image location in Google Map by reading its metadata. All the EXIF, IPTC, XMP, and ICC information are preserved while you're editing and saving images. JPEG, BMP, GIF, TIFF, PNG, PCX, and EMF file formats are supported."; 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 = ''; } }