var fDesc=new Array(); fDesc[0] = "Screencast is a utility & web service which provides you with a means to document and share your own product workflow knowledge. You can showcase your expertise, and in-turn, allow other users in the worldwide community to view your work and learn from you. Share your Screencasts with friends or send directly to your colleagues.

Show how you use a design tool; solve problems for others, even collaborate with your coworkers on best practices. You can record video and your voiceover of any application running on your computer. With products like AutoCAD, Inventor, Fusion 360 and Autodesk Revit, you get the added feature of a timeline showcasing all of the product buttons, dialogs, and menu items as you record a workflow (a real value for those wanting to track every detail!)"; 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 = ''; } }