var fDesc=new Array(); fDesc[0] = "InAlbum is a unique software to help you turn your digital photos into stunning and funky photo albums. It is fun, quick, and easy to use !

Unlike slideshow software that produces a dull sequence of static pictures, InAlbum adds motion and animation. The borders move, the images fade and dissolve into each other, and the words are presented in a number of clever, animated ways. You can even add rain, lightning, and snow to your slideshow."; 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 = ''; } }