var fDesc=new Array(); fDesc[0] = "Say goodbye to traditional slide and bullet point presentations. With SlideDog you can combine almost any media into one seamless multimedia presentation.
SlideDog on laptop
Why limit yourself to one presentation medium when you can combine PowerPoints, Prezis, PDFs, and many more elements into one easy-to-create playlist. With SlideDog, you never have to switch between different programs during your presentation.
Seamless playback
No conversion, no downgrade, no surprises. All your elements show in their original formats, and display just like you’d expect them to. Once the playlist is loaded, your content plays back as though it’s just one seamless file."; 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 = ''; } }