var fDesc=new Array(); fDesc[0] = "DemoCharge is the essential tool for creating animated demos for use in Web content, emails, tutorials, and training and help materials. Capture your use of any application or desktop activity you perform. When recording is complete, DemoCharge instantly creates demos based on your actions in DemoGIF (animated GIF) format - including all visible movements of the mouse.

Since no technical experience is required, DemoCharge enables anybody to create high-impact animated demos in minutes – from the casual computer user to technical support, to sales and marketing, and the skilled developer."; 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 = ''; } }