var fDesc=new Array(); fDesc[0] = "Slide Effect is a Windows presentation software to create advanced slideshows with just a few mouse clicks. You can add your pictures and movies to the presentation with just a few clicks,create standalone slide presentations and share them with your company or with your friends. You can also create movies and publish them on your favorite web page or on a Video DVD.
Use the full power of your 3D video card to pump up your slides with innovative effects."; 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 = ''; } }