var fDesc=new Array(); fDesc[0] = "My Story Writer writing software brings technology to the creative writing process so that you now have a structure for organizing all of your writing projects. You bring the ideas – or use the brainstorming functionality to create some – and My Story Writer delivers a way to control the writing process the way you want to – from conceptualization of your story idea to the day when you submit your manuscript for publication. With your all of your ideas about characters, plot, setting and story details centralized and organized, you can stay focused on the most important task at hand: writing your novel."; 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 = ''; } }