var fDesc=new Array(); fDesc[0] = "With London Drugs photo lab Home Edition software you can create very easy stunning photobooks, calendars, greeting cards, and more. Select from hundreds of book and cover combinations to create your very own personalized memory. Also you can create a custom calendar with your photos and add your own special days and reminders."; 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 = ''; } }