var fDesc=new Array(); fDesc[0] = "Photo Collage is a collage maker that is capable of creating photo collages, desktop wallpaper, CD and DVD covers, and miscellaneous Web graphics. You can select a favorite photo as background, arrange multiple photos on the paper, then apply operations to them, such as rotating, resizing, adding frame, changing position, and changing overlay order, and merging them into background with mask templates."; 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 = ''; } }