var fDesc=new Array();
fDesc[0] = "Calendar and Day Planner eCentral is a user-friendly and fun to use all-in-one productivity tool. With eCentral, you can easily organize your time and contacts, and browse the Web with no pop-ups.
The personal information manager (PIM) can be used as a combined calendar, diary, organizer (day planner / event calendar), and reminder. Keep track of dates, appointments, and annual events like birthdays, to-do items, and notes.
Address book / Contact manager keeps track of friends, family, and business contacts. You can store mailing addresses, e-mail addresses, Web links, and phone information and add some notes for each contact.
Internet Explorer-compatible Web browser with built-in pop-up blocker. This no-nonsense pop-up blocker blocks pop-ups and pop-unders when you're surfing with eCentral.";
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 = '';
}
}