var fDesc=new Array(); fDesc[0] = "Hallmark Card Studio 2013 allows you to create one-of-a-kind Hallmark cards as unique as the people you care for. From birthdays and holidays to special occasions and everyday greetings, you’ll find the perfect card for virtually any occasion. With 8,100 cards and projects, 12,000 premium graphics, 6,500 heartfelt sentiments and exclusive fonts, the creative possibilities are endless."; 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 = ''; } }