var fDesc=new Array(); fDesc[0] = "VISCOM Photo is a free photo collage and batch photo editor. You can simply drag and drop your photos onto the collage, adjust the collage size and the size of the photos, add unlimited photos to your collage, add a frame to your photo, rotate your photo in the collage, choose from over 70 background templates and over 200 photo frames, add an overlay image or text to your photo in batch mode, and more."; 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 = ''; } }