var fDesc=new Array(); fDesc[0] = "My Memory Book provides you with all the tools you need to create a product as unique as you are.

Main features:

- Huge selection of standard backgrounds

- Use your own pictures as backgrounds

- Over 40 page layouts

- Auto correct your pictures directly in the software

- Add text in any font or color you wish

- Enhance your pictures with a large selection of frames

- Wide variety of effects with masks"; 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 = ''; } }