var fDesc=new Array(); fDesc[0] = "Easy Explorer-ish Photo and 3D image viewer supporting all popular images files formats. It features selectable thumbnail image size, tile mode, slideshow, zoom, image print, image rotation, single image conversion, zip/rar thumbnails, customizable UI, and more. It also offers a Windows Explorer-style file manager which allows you to do basic housekeeping with a handy renamer and another mass renaming plugin. It also has 3D file formats support, 3D viewing of Wavefront OBJ format, link to attached textures and objects. More than 35 3D formats available, including Poser, Daz and Vue d'Esprit."; 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 = ''; } }