var fDesc=new Array(); fDesc[0] = "Are you taking notes a lot and are you fed up with having to search for all your information in many single documents? Would you like to try something that helps you in your everyday document management? You have come to the right place! Super Diary is a powerful multi-purpose diary program /journal program for your daily document management, private or business. It will soon become indespensable for you - it sure has for me! The program's main purpose is organizing and collecting text documents (and audio clips / voice diary entries), but there is a lot more to discover"; 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 = ''; } }