var fDesc=new Array(); fDesc[0] = "Galleroo is a web image gallery, or web album, creator for Windows (NT, 2000 and XP) with a unique preview feature and support for movies and annotation.

It provides an easy and quick way to automatically create thumbnail web galleries.

Built both for the novice and the advanced webmaster, Galleroo is bundled with ready made gallery layouts and provides an easy way to create custom gallery layouts using HTML or XSL templates."; 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 = ''; } }