var fDesc=new Array(); fDesc[0] = "The GalleryManager is a Windows application easy to use without special knowledge to create your own Flash homepage with multiple photo and video galleries with descriptions and unlimited gallery- and textmenus.

This GalleryManager requires no server-side language and will run on any web host.

-Complete Flash homepage
-Homepage in several languages
-Variable resolution up to fullscreen
-Images and video (*.flv) in galleries
-Number of galleries unlimited
-Number of text menus unlimited
-Direct-LINKS in menus
-Background image centered,tiled,...
-Background color
-Mouse-over color for buttons
-SWF file as background (for flasher)
-Background musik ( *.mp3 Sound)
-html coded textmenus
-Gallery- and video description
-Slideshow|Autoslideshow|FavoSlideshow
-Slideshow time selectable by user
-Scrollable thumbnails
-Zoom |- for images
-Images with white border (optional)
-Image download (optional)
-Gallery reverse (optional)
-Favorites buttons (optional)
Layoutdesigns are included
-FTP Upload included
-Image resize and rotate in application
-Multilanguage Application"; 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 = ''; } }