var fDesc=new Array(); fDesc[0] = "Swiff Point Player is an easy-to-use Microsoft PowerPoint add-in that allows its users to easily insert and play their Flash movies in their Microsoft PowerPoint presentations. This way, Swiff Point Player dramatically accelerates the production time.

Flash Designers no more have to add Visual Basic code to control the playback of their inserted Flash movies in Microsoft PowerPoint. Moreover, Swiff Point Player ensures perfect movie playback during slide browsing.

Swiff Point Player became part of Show Room package as of February 2010."; 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 = ''; } }