var fDesc=new Array(); fDesc[0] = "The Daypo page is dedicated to create online quizzes, tests and courses for e-learnig. You can create your quizzes to learn yourself, for repeating until you memorice then and the best, it's totally free. Your test can help other people who want to learn just like you, or simply you raise it to the rest of the internet users.
If you are a teacher you can make a exam, the program menage de answers randomly, then you print it, you can examine yours alums and upload de test to the daypo web page for your alums checking the answers theirself."; 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 = ''; } }