var fDesc=new Array(); fDesc[0] = "OrganizeME, as you should guess from its name, is an organizer. But there are a lot of organizer software on the internet, so what makes it special? Because it is different, easy and extensive. It is a utility for those people who spend too much time before their computers. It stays on tray and reminds you on any event you have scheduled, launches a file you have scheduled, provides you an advanced contact database, reminds you on the birthdays of your contacts, lets you keep your diary securely, reminds you on an incoming e-mail and includes/provides some other utilities."; 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 = ''; } }