var fDesc=new Array(); fDesc[0] = "Date and Time Calculator for Windows and it aims to provide a sophisticated yet easy to use tool to perform Date and Time Calculations. This includes displaying various information for a given year and a given date, as well as doing calculations on a Date Range as well as a Date / Time Range. Also includes Time Zone Conversions, National Holidays, Christian Holidays, Jewish Holidays and more."; 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 = ''; } }