var fDesc=new Array(); fDesc[1] = "Screenwriter is easy to learn and easy to use. You only need to press a few keys and use a few mouse clicks. The options are very comprehensive, and you will find everything you need in the many different menus."; fDesc[2] = "technique of step-outlining to build your story, characters and screenplay scene by scene, allowing you to focus on each key event of your script without losing sight of the bigger picture. With Movie Outline you can easily plan and customize your story structure, color-code acts, rearrange scenes, develop and track characters, format your screenplay to industry standard and even gauge the progress of your own story to that of included outlines and analyses of successful Hollywood movies, allowing you to simultaneously compare your own narrative's pacing with the pros! Simply put, Movie Outline is the ultimate writer's tool."; fDesc[3] = "text-to-speech or recorded voice-overs, and add storyboard images and play. It's that easy."; fDesc[4] = "flexibility. Whether you write novels, plays or movies this will format for you, leaving you to think about only the story. The power feature, SmartCheck, even finds and corrects common formatting errors before you print or send your story. See why Movie Magic Screenwriter is: A preferred file format of the WGA West. The Official Screenwriting Software of Project Greenlight. The Official Screenwriting Software of the WGA East. Fixes and other changes Integrated outlining lets you create and manipulate outlines up to thirty levels deep. (WIN / MAC) The NaviDoc technology lets you navigate through your document effortlessly and has four panels: The Outline panel lets you add, remove, and rearrange outline elements (WIN / MAC) The Scenes panel lets you navigate and sort your scenes at the click of a button (WIN / MAC) The Bookmarks panel lets you set bookmarks to jump to any place in your..."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }