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

Simply choose from ready to use templates or custom templates which let you combine, mix & match background animations, buttons, photo frames, fonts, transition effects, etc.

Decorate your photo album with animated clipart, speech bubbles (callouts), sounds, MP3 music and even your own voices.

Decorate your photo album with animated clipart, speech bubbles (callouts), sounds, MP3 music and even your own voices
Then you can publish it as Flash movie, HTML, AVI video, executable file (EXE), screensaver, or wallpaper.
Burn it to CD or VCD/DVD (playable on TVs).
Send it to friends and families by e-mail or host it online for free at your own personal inalbum.com Web site.
Design and order photo gift such as t-shirt, mouse pad, coffee mug, etc.
Design and print CD/DVD label/case."; 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 = ''; } }