var fDesc=new Array(); fDesc[0] = "Create I have/ Who has loop games to delight learners of all ages. LoopWriter is an inexpensive, user friendly software program for creating card games to help students of any age learn their subject matter - and have fun at the same time! Loop Games keep students engaged, cooperating and eager for more. LoopWriter has palettes of math and Spanish symbols, supports the use of clip art and the creation of games in Spanish, French, German or English; and loop games are the newest rage in SLP and ESL tools."; 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 = ''; } }