var fDesc=new Array(); fDesc[0] = "Veedid Desktop Task List is a desktop software which schedules your time better, easily organize your to-do lists and memos.
Veedid Desktop Task List is combined to-do list management tool and memo pad organize tool. You could use two different softwares in one window at the same time, easily organize your actions projects and reminders."; 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 = ''; } }