var fDesc=new Array(); fDesc[0] = "This tool is an ActiveX control that helps you to replace the VB data control with scores of added features to free you from the hours of coding formerly needed to build intuitive database front-end programs. With ComponentOne True DataControl you can finally stop repeatedly coding business logic, data validation and error handling in each data-aware control. You just specify business logic, data relationships and constraints, and even UI and data presentation features as a set of rules at design time with absolutely no code."; 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 = ''; } }