var fDesc=new Array(); fDesc[0] = "Using the Album Maker you can design the album by entering texts, filling in photos,setting frames, selecting page backgrounds,selecting effects, and masks and clip arts. You can change the size and location of the photos and texts without any limitation so you can design an album according to your taste.
The Album Maker product is used for creating digital photo albums that will be printed and bounded with hard or soft covers."; 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 = ''; } }