var fDesc=new Array(); fDesc[0] = "Movie Title Maker makes it easy to add title with visual effects and sound to your QuickTime movies or resize it and and save it as flash or AVI Movies. It supports true-color object-based vector graphics and pixel-based editing with selection, paint brush tools. There is support for Transparency color and support curvering the motion path of object."; 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 = ''; } }