var fDesc=new Array(); fDesc[0] = "StoryView is a remarkable new visual outliner for writers that lets you brainstorm, create, structure and organize your ideas. StoryView uses a timeline format that is superior to index cards, blocks, and traditional outlining systems. StoryView has limitless space for your big ideas. It will enhance the organization and research of your writing, help you visualize your structuring process. And speed the process of brainstorming, creation and editing. Now"; 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 = ''; } }