var fDesc=new Array(); fDesc[0] = "Want to showcase treasured photos of a holiday, celebration, happy vacation, or favorite moment? With FotoJet Collage Maker, you can combine not only multiple photos into fantastic photo grids and collages, but also create impressive photo cards, posters, comics, fun photos and whatever you can imagine. By taking advantage of its 800+ grids & collage templates, thousands of resources and powerful editing tools, you will never be stuck for inspiration when creating unique masterpieces."; 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 = ''; } }