var fDesc=new Array(); fDesc[0] = "The Evolution Access to VB.NET Converter converts Continuous Forms, Multi page tab pages, Unbound and Bound Forms, and ActiveX controls, such as the MS Date Picker. It will also convert Data Access code written using DAO into ADO.NET with a high degree of success. The Evolution Access Converter has been created with the Experienced developer in mind, who does not want to spend many hours converting the visual design of Access Forms, or perform thousands of repetitive code changes during conversion to .NET"; 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 = ''; } }