var fDesc=new Array(); fDesc[0] = "The Task Plus Professional is a multi user network task management program. The main screen is large and easy to read. A four calendar color-coded displays 4 months of items in color coded format. You can easily drag and drop events from the grid of days on the right to any of the calendars on the left."; 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 = ''; } }