var fDesc=new Array(); fDesc[0] = "Gena Web Gallery Creator is an efficient tool to create picture galleries. If you have a digital camera and you want to share your pictures online, this application will help you convert your images into a web gallery.
Gena Web Gallery Creator is a truly visual tool for designing your page layout, adjusting image properties and thumbnail effects without leaving the application.
Gena Web Gallery Creator packs powerful features yet has a simple learning curve. You can create a professional-looking gallery in just a few mouse clicks - just add desired pictures and press "Build" button, and you are done. Later you can experiment with various options and customize the gallery according to your preferences."; 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 = ''; } }