var fDesc=new Array(); fDesc[0] = "Flash Handout is the first tool to convert your Flash SWFs and FLAs to PDFs.
Now there's no need to take screenshots or export images from Flash.With an easy-to-use wizard Flash Handout makes it easy and allows you to print individual Flash frames or frame-by-frame animation in a slideshow-type handout."; 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 = ''; } }