var fDesc=new Array(); fDesc[0] = "Teach2000 is a private teacher to help you memorize a foreign language, topography or even the history of Italy by dates. Improve your school results with this free language trainer. Many ways of testing. Examples. Two or more different answers possible. Multi-line questions/answers. Full Unicode support, ancient Greek font included. Dictionaries included. Easy input of special symbols. Record the questions and play them while testing. Predefine multiple choice- or yes/no-questions. Print a crib note."; 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 = ''; } }