var fDesc=new Array(); fDesc[0] = "Crystal 3D IMPACT! Pro creates 3D animated titles and other content (in animated GIF format) that you can insert into your Microsoft® PowerPoint® presentations, Web pages or videos for more dramatic impact.
Once you try Crystal 3D IMPACT! Pro, you'll agree that this is the world's easiest-to-use 3D animation program. Within minutes you can enhance your web pages, presentations and videos with extraordinary 3D titles, logos, objects and buttons."; 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 = ''; } }