var fDesc=new Array(); fDesc[0] = "Kaledo3DTrend is a powerful and easy-to-use image scene builder. You can build your scenes by dragging and dropping your images into the application. You can choose your favorite sound and use it as a soundtrack. You can customize the look of your presentation by dragging and dropping images on the buttons of the customization bar."; 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 = ''; } }