var fDesc=new Array(); fDesc[0] = "Boxoft Photo Collage Builder is a professional Photo processor which helps you to store your treasured memories with the format of digital photo scrapbook. This software provides multiple beautiful and different occasions templates for you to choose, even you can design you own photo collage style totally by yourself just with clicks."; 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 = ''; } }