var fDesc=new Array(); fDesc[0] = "AlbumNow allows you to create, edit, and view photo albums and slideshows. Its elegant wizard-based interface is easy to use and does not require any preliminary skills. With the help of AlbumNow, you can create a virtual photoalbum or slideshow, edit and e-mail them to your friends. The program supports the following formats - BMP, JPEG, PCX, PGM, PICT, PNG, GIF, TGA, TIFF, AND WMF. AlbumNow Wizard is intended to create, edit, and convert photoalbums. Its interface is built as a wizard, which speeds up and facilitates the album creation process."; 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 = ''; } }