var fDesc=new Array(); fDesc[0] = "The NeoCalendarIII library contains three ActiveX Controls. This ActiveX Controls are DatePicker, DateSelect, MonthCalendar Control. NeoCalendarIII is developed and tested in Visual Basic 6.0 Service Pack 5. The Component is also tested in MS Access 2000. However, the Controls should work in any Development Tool supporting ActiveX Controls. The Component doesn't have any additional dependency. NeoCalendarIII.ocx is the only file required for distribution. However, if the application is not developed in Visual Basic 6.0, the standard Visual Basic 6.0 run time files must be distributed with the application."; 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 = ''; } }