var fDesc=new Array(); fDesc[0] = "Lucubee is a simple yet effective study tool that has been specifically designed to help students improve their academic performance, using their own course material or sharing material with their peers. Using Lucubee, you can organize your study material from various sources into a question and answer format. This can be done simply by typing, cut and paste or screen capturing text and pictures. Once the information is entered into Lucubee, it can be organized by simple drag and drop. When in Test Mode, Lucubee presents the questions and keeps track of your progress. At the end of a study session, visual feedback shows your progress and highlights where you need to study more. Lucubee concentrates your study efforts where you need it most with less emphasis on information you already know. When you return to study again, you can choose to start over or pick up where you left off. Lucubee has an import/export feature which allows students to share study material. There is a Forum on the website for discussions on various subjects."; 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 = ''; } }