var fDesc=new Array(); fDesc[0] = "DigiLabs free photo album software will enable you to create professionally designed, highly personalized photo books. It’s easy to make a photo book with us! Just download the software, select your options, select the images you would like to add and the software will create a beautifully designed photo book. Review the book and make any changes and place your order. It is that simple."; 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 = ''; } }