var fDesc=new Array(); fDesc[0] = "MyProPhotobook helps you create and design your own beautifully handcrafted photo books. Once the images have been added, you can simply left click and hold down one of the thumbnails and drag it into the design area, this will also add a red star to the thumbnail of your image to indicate that you have used that image in your album."; 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 = ''; } }