var fDesc=new Array(); fDesc[0] = "The photo albums are available in multiple sizes, cover types to suit your style with Print My Emotions one can design Albums from cover to cover with many options including templates, masks, and page sizes to create the finished product.
Features :
- desktop software for designing & ordering
- design in minutes using pre-defined layouts, backgrounds"; 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 = ''; } }