var fDesc=new Array(); fDesc[0] = "Auto Collage Studio allows to create collages automatically using templates. There are different kinds of templates using in Auto Collage Studio: classic frames, monitors and TV, greeting cards, city, etc. You can put your photo on TV or movie theatre screen, create beautiful greeting card and other artwork. It is possible to apply sepia and grayscale effects to the template and photo separately."; 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 = ''; } }