var fDesc=new Array(); fDesc[0] = "PDF3D in PowerPoint enables you to embed interactive, animated 3D PDFs into your presentation in one click. Give your users the full 3D experience without having to leave your slides, with multiple views and playback animation.

Main features:
- Show Audience Live 3D Inside your presentation.
- Pack PDFs inside PowerPoint file for convenience."; 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 = ''; } }