var fDesc=new Array(); fDesc[0] = "Agender is a cross-plataform schedule/calendar tool. With Agender you can associate some notes with a date or with no date in particular if you mark the note as sticky, you simply start it and it will create a task-bar icon and stay in the background, without annoying you, it can also be configured to run on login."; 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 = ''; } }