var fDesc=new Array(); fDesc[0] = "Capture that special day with a beautiful album. Contains stylish light coloured textured backgrounds, simple frames and some decorative embellishments. Make beautiful cards, scrapbooks, invitations and more at home - without spending any money! It's fun, easy to use and best of all, free! Plus with all these digikits to download, you'll be crafting non stop."; 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 = ''; } }