var fDesc=new Array(); fDesc[0] = "NJStar Chinese Calendar is combination of Chinese-Lunar and Western Solar Calendar software. It has a powerful Electronic Planner which automatically reminds and even performs scheduled jobs for you at predefined intervals. Also included is a World Clock which allows you to look up local time and compare the timezone difference, check out the telephone dialing codes and flight distance between any cities around the world."; 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 = ''; } }