var fDesc=new Array(); fDesc[0] = "iSpring Pro app is a PPT to Flash creator, expanding the capabilities of Microsoft PowerPoint with the help of the possibility to add multiple content files and saving your presentation as a flash (.swf) file. The fully customizable layout and the 10 flash player templates allows you to turn your presentation around, from an average .ppt presentation to a creative, detailed and attractive flash display, able to be delivered on any platform."; 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 = ''; } }