var fDesc=new Array(); fDesc[0] = "HomeBoy is a program that allows children to write short stories in order to have them read back, and play games. It uses Microsoft's "Text-To-Speech" engine and with the help of 4 animated characters, the stories are brought to life with speech and over 120 actions and over 200 animations on your PC, all with an intuitive and easy-to-use interface. The game include Tic-Tac-Toe (5 levels of AI) and Riddles (over 150 riddles to solve on 5 levels). Reads text from clipboard, and with the registered version, you can save and load your stories anytime you wish."; 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 = ''; } }