var fDesc=new Array(); fDesc[0] = "This software based on Lightbox JS and Shadowbox JS and use GflSDK image library. Image Gallery Maker is free for private use, noncommercial or educational (including non-profit organizations).Image Gallery Maker will allow you to quickly and easily create professional-looking (LightBox style) web image galleries ready to be published on the Web. Support for all major image file formats (JPEG, TIFF, BMP, GIF, PNG).With this software you can:· Save and load your own gallery projects.
· Add custom header to the pages.
· Add custom title, tooltip and link each image.
· Automatically create HTML code for the gallery and image pages.
· Automatically generates (resize) thumbnails and large images.
· Customize many parameters of thumbnails, such as dimensions,border color and more.
· Add page and cell background image. ( v.1.1.0 )"; 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 = ''; } }