var fDesc=new Array(); fDesc[0] = "You can create personalized designs, no matter who you are. Even with no professional skill, you can get fantastic designs, such as cards, invitations, posters, flyers, banners, social media graphics for Facebook, YouTube, Twitter, Google+, Pinterest, Instagram and Tumblr in a matter of seconds with FotoJet Designer's 900+ templates, thousands of resources, and powerful editing tools."; 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 = ''; } }