var fDesc=new Array(); fDesc[0] = "If you want to build animated, interactive software tutorials in the shortest time, ScreenFlash is your best choice! It is the easiest and most effective tool for demonstrating your software product, adding animations to your application's Help system, or training novices.

ScreenFlash captures the action and sound from any part of Windows desktop and saves it to a Macromedia Flash movie file. You can also edit the movie by adding button, sound, picture and text, which can create an integrated interactive demo."; 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 = ''; } }