var fDesc=new Array(); fDesc[0] = "With FG Photo Album Creator you can easily make photo albums.
The photo album is saved as Executable file (.exe) so it will not need any viewers to run .
With simple mouse clicks you can add photos ,add comments on the photos , add album welcome and end text ,add music file which will be played when you start the album."; 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 = ''; } }