var fDesc=new Array(); fDesc[0] = "Writers create lots of notes, in their head, on paper, in word processing programs. Character Keeper gives you one space to keep all your writing notes and outlines. Store your characters, time lines, plot lines, good guys, bad guys, lineages or any snippets in Character Keeper, then it's a snap to retrieve important info."; 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 = ''; } }