var fDesc=new Array(); fDesc[0] = "Note taking software that helps you to learn fast!
Wiznotes is designed to help you succeed! You will easily be able write notes on any subject in an organized way. Then, before your exams, you will be able to quickly revise your notes. Wiznotes will help you to concentrate on reviewing the most important information as well as details that you do not know so well."; 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 = ''; } }