var fDesc=new Array(); fDesc[0] = "Now drawing names for exchanging gifts in your family, office, classroom, or group of friends is easier and more fun than ever. No more tediously cutting and folding tiny pieces of paper, writing names on them, and throwing them in a hat to be drawn to see who buys a gift for whom. GiftWiz automates and simplifies the time-honored holiday tradition of drawing names to exchange gifts while keeping it fun and festive."; 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 = ''; } }