var fDesc=new Array(); fDesc[0] = "StoryMaker takes a simple and fun concept and makes it into a surprisingly addictive and engaging grammar practice game. Students are presented with a series of questions "Type a noun...", "Type a verb...", etc. The program then plugs their choices into a story with hilarious results. Teachers can also instantly print one-or-two player printed game pages! Elementary students will love the new "Wacky Sentence Maker" that combines random words into hysterical sentences! The registered version comes complete with over 30 ready-made, sure-to-entertain fill-in stories plus the ability to create your own stories with an easy built-in interface! Students of every level will love this witty and fun parts-of-speech practice game!"; 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 = ''; } }