var fDesc=new Array(); fDesc[0] = "Visual LightBox is a free wizard app that helps you easily generate popup image galleries with a terrific lightbox overlay effect, in a few clicks without writing a single line of code. Just drag&drop your photos into Visual LightBox window, press "Publish" and your own picture slideshow with beautiful lightbox effects will open in the browser instantly! No javascript,css,html coding, no image editing, just a click to get your gallery ready.
Responsive, mobile-ready, unobtrusive, search engine friendly, translated to 31 languages!

Main Features:
Cross-browser - works perfectly on all browsers (including IE6)
GUI wizard - no coding, just point-&-click
Responsive - smoothly adapts to any browser resolutions and device screens
Mobile-ready - optimized for Android and iOS devices
Search engine friendly and semantically valid
Unobtrusive - even without Javascript, the images are still accessible
Huge collection of fancy Lightbox themes
Easy export to Joomla module or Wordpress lightbox plugin
Keyboard navigation - use left/right arrow key to navigate
Floating and smooth cross-fade transition
Lightweight (12Kb only)
Flickr, Photobucket, Picasa support
Built-in FTP client - upload directly to your server
Visual insert-to-page
31 language interface"; 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 = ''; } }