var fDesc=new Array(); fDesc[0] = "Character Writer is the next generation of writing software, combining the power of the Enneagram personality-typing system and the latest technology. Character Writer is a cross-platform software package that offers both character-generating and story-generating tools in one easy-to-use interface.
Although Character Writer offers a story generator and organizer built right in, Character Writer is primarily a character-development environment for your stories. All other story development programs on the market give a halfhearted nod to the process of creating characters. Usually there will be some character component where you fill in a name and favorite color. Character Writer is the only product on the market that starts with character and offers a serious number of tools and features to help you develop a fully realized character."; 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 = ''; } }