var fDesc=new Array(); fDesc[0] = "ArcSoft Funhouse is a powerful yet easy to use application that allows you to create hilarious ‘fantasy’ pictures featuring the faces of you and your friends. This incredible program comes with over 150 awesome background templates to get you started and includes tools for creating your own custom templates from photos of your favorite celebrities, sports heroes, movie scenes or magazine covers. With this great program you can insert yourself and friends into silly scenes and outrageous situations, capture your smiling face into fantastic templates via live video, and print funny, personalized greeting cards and gag gifts for family and friends. What is more, the utility features a very simple and intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze. The included templates are: bathing beauties, muscle men, astronauts, athletes, trading cards, famous landmarks and much, much more. All in all, if you are looking for a cool application that allows you to create funny pictures to share with your friends and family, ArcSoft Funhouse is perfect for you."; 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 = ''; } }