var fDesc=new Array(); fDesc[0] = "With Golin you can easily create HTML based Internet picture galleries. Perhaps you took pictures with your digital camera and you want to publish them on the Internet, so start Golin, select the pictures and let Golin create the gallery.

Golin won't create galleries with a fixed layout, instead you can create your own layout, fitting to the look and feel of your already existing homepage. You won't find a lot of options and settings to change colors and format of the layout, but you can use every HTML editor, to create new layouts or to change the delivered examples."; 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 = ''; } }