var fDesc=new Array(); fDesc[0] = "Quoll Writer is a desktop writing application that lets you focus on your words. The program removes standard word processing conventions such as margins, indents and formatting in favor of a simple interface that keeps you focused on writing and improving your writing skills. You can manage all your projects in one place, create characters, items, locations and research, add Scenes, Plot Outline items and Notes to the text, link items together, and more."; 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 = ''; } }