var fDesc=new Array(); fDesc[0] = "Talking Keepinhead is an educational flashcard creator and editor that also includes audio. This is a new revolutionary educational flashcard software awarded in the Million idea competition in Europe (2nd place of 174 projects).

Study vocabulary, phrases, quotations, capitals, jokes, formulas or practically any knowledge.
Create your own flashcards and let keepinhead add audio automatically.
Download thousands of flashcards created by other users for free.
share your flashcards with other users."; 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 = ''; } }