var fDesc=new Array(); fDesc[0] = "Based on Power Structure's award-winning development tools, Power Writer focuses more heavily on the actual manuscript, allowing you to write anything from a short story all the way up to a full novel in one powerful, easy-to-use program. Power Writer is integrated Story Development & Outline Tools finally lets your writing proceed as one continuous act of creation from first idea through to final manuscript.
Outlines, notes, ideas, character arcs, and much more are always in synch with the actual text regardless as to how much you edit or rewrite, and they're right at your fingertips with a simple click of the mouse, or can just as easily be hidden so you can focus purely on your prose."; 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 = ''; } }