var fDesc=new Array(); fDesc[0] = "StoryWeaver is a writing software that can guide you step-by-step through the entire process of story development from initial inspiration to completed story. The program is built around more than 200 Story Cards, each an interactive screen designed to help you develop a single dramatic element of your story. You simply read and follow the instructions on each card and then enter the information requested and move on to the next card."; 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 = ''; } }