var fDesc=new Array(); fDesc[0] = "Hallmark Card Studio 2012 makes easy to create one-of-a-kind Hallmark cards as unique as the people you care for. From birthdays and holidays to special occasions and every day greetings, you’ll find the perfect card for virtually any occasion. But cards are just the beginning. Bridge the miles between family and friends with 4" x 8" photo cards, calendars, scrapbook pages, invitations and announcements - all customized with your heart-felt message. Even add your own digital photos - then print, email or share on Facebook and other popular social media websites."; 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 = ''; } }