var fDesc=new Array();
fDesc[0] = "Non linear menu driven navigation of your PowerPoint presentation in real-time and deliver it's content and your message exactly when it’s needed. SlideDynamic is a feature rich PowerPoint Add-in, powering non linear interactive dynamic presenting with on slide visually interactive menus .
Automated workflow for SlideDynamic Flash template menus. Complete control over the design and content of the SlideDynmaic Flash menu from the PowerPoint ribbon menu. Example 90 Slides in 30 seconds!";
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 = '';
}
}