var fDesc=new Array(); fDesc[0] = "Story Planner and Story Planner PRO are tools for creating storyboards with graphical and textual information, and generating animatics with soundtrack and animations. A well planned story has a plot that develops from setting the scene at the beginning, through the action in the middle, and to the end where you tell your reader what happens to the characters, clear up any mysteries and tie up any loose ends."; 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 = ''; } }