var fDesc=new Array(); fDesc[0] = "Hi there! I’m Lily, your desktop assistant to help you organize your daily tasks, weather reports and other useful features. With my notepad tool, you can jot down notes easily right on your desktop.
Lily Notepad
Similar to the Notepad feature in the most popular e-mail programs, Lily Notepad let’s you quickly input information directly on your desktop for easy access and use.

Calendar/Scheduler
Lily Desktop’s Calendar and Scheduling features help you keep all of your important appointments, birthdays and everything else in your busy life organized and readily accessible. You can even have Lily remind you so you don’t forget things!"; 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 = ''; } }