var fDesc=new Array(); fDesc[0] = "AlbumSee allows to create, edit and view photoalbums and slide show. It is easy to use and does not require any special skills. With the help of AlbumSee you can quickly create a virtual photoalbum or slide show, edit and e-mail them to your friends. The program supports all basic graphic formats - BMP, JPEG, PNG, GIF etc.

AlbumSee consists of two programs: AlbumSee Wizard and AlbumSee Viewer.
AlbumSee Wizard is intended for creation, editing and converting photoalbums. Its interface is constructed on the basis of Wizard, that accelerates and facilitates process of creation an album. Wizard contains the following opportunities: creation / editing of the photos list, adjustment of their hue, brightness, saturation, size and parameters of compression. Also with the help Wizard you can copy, move or send an album by e-mail."; 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 = ''; } }