var fDesc=new Array(); fDesc[0] = "Make beautiful cards, scrapbooks, invitations and more at home - without spending any money!
Whether you are a computer novice and want to make your first design, or an experienced crafther looking to make your first digital designs, you’ll find that help is always available.
Celebrating summer sporting activities this kit is fun, bright and colourful - a winner in itself!"; 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 = ''; } }