var fDesc=new Array(); fDesc[0] = "Vistaprint.in Photo Books is a set of programs that allow you to create photo albums. With this apps you can enhance your photos with editing options, personalize them with backgrounds and layouts, arrange pics instantly and save time with auto fill, create a book up to 120 pages long, and send it to Vistaprint for printing."; 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 = ''; } }