var fDesc=new Array();
fDesc[0] = "Adds more than 60 new functions to PowerPoint to boost productivity and easily create professional presentations. PPT Productivity offers an unrivaled set of time-saving features to improve your productivity at a price less than a cup of coffee per week. Product features are grouped based on the time saved. Benefits increase dramatically as you move into the higher feature products.";
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 = '';
}
}