var fDesc=new Array(); fDesc[0] = "With Saga Photobooks your digital photos make great albums or presents. It's quick and easy, and they're beautifully printed. You can edit your pictures in which way you want to.You can zoom at maximum size,you can select another background,change the colors and other more things."; 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 = ''; } }