var fDesc=new Array(); fDesc[0] = "Bay Designer is a free, all-inclusive layout design software that helps you create beautiful, unique Albums, Books, and Calendars easily, with built-in ordering from Bay Photo. Design and order premium quality Pacific Albums and BayBooks in a wide range of sizes with Bay Photo's complete line of Cover Options, Paper Types, and more. Also easily create custom Press Printed Calendars in any date range using the powerful built-in tools."; 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 = ''; } }