var fDesc=new Array(); fDesc[0] = "Enter and capture the Outlook event, task, contact and note data from plain english in one step: enter appointment, task, note or contact details into Easy2Add application field and hit Enter.

Only one field to fill that is available from Easy2Add Vista Gadget or application window.

Recognize tasks: To do (subject), Due and Start date, Importance (priority)

Select your default type of item to enter your preffered type without prefix."; 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 = ''; } }