var fDesc=new Array(); fDesc[0] = "NewTimes Schedule Manger is powerful personal schedule manager program.

Features:

-The schedule and the desktop note can be sent to your group members or friends by email. If your group members or friends have also installed NewTimes, the schedule and desktop note will appear on their desktop or schedule list directly.

-Transparent multiple world time clocks, each clock can set its own time zone.

-A calendar displays schedule state of the selected month, with customized anniversary and festival setting. It has an option to view Chinese lunar calendar, fortune day and the moon size.

-Scheduled time bar for a designated day, with dynamic message tip."; 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 = ''; } }