var fDesc=new Array();
fDesc[0] = "Impatica for PowerPoint makes it easy to add narrated business presentations to your web site or e-mail marketing programs.
Now you can deliver fully narrated and animated PowerPoint presentations to essentially any Internet device without plug-ins and even at normal modem speeds.
Impatica for PowerPoint simply converts the PowerPoint file into a compressed format that is optimized for streaming over the Internet. The Impatica file is typically 95% smaller than the PowerPoint HTML files.";
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 = '';
}
}