var fDesc=new Array(); fDesc[0] = "TicTac Photo is an application that enables you to create photobooks, wall decorations, cards, textile decorations etc. You can share your memories such as weddings, birthdays, holidays, family get-togethers with your friends and family by committing your happiest moments to paper. Also, you can decorate your home, create personalized calendars, greeting cards or create a handbag or a makeup bag with your own picture."; 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 = ''; } }