var fDesc=new Array(); fDesc[0] = "Celebrate Hanukkah in style and create your own cards, gift boxes, tags and scrapbooks with this fabulous free digikit! Make beautiful cards, scrapbooks, invitations and more at home - without spending any money! Download CraftArtist Compact now, it's fun, easy to use and best of all, free! Plus with all these digikits to download, you'll be crafting non stop. Warning - it's addictive!"; 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 = ''; } }