var fDesc=new Array(); fDesc[0] = "4D is a development environment for database application design. 4D ODBC driver allows any application that support ODBC connectivity access the data in your 4D databases. This makes it easy to produce graphs and reports using your data with Crystal Reports or Microsoft Excel, or even to create a Microsoft Word report, merge it with a set of contacts, and e-mail everyone the resulting documents."; 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 = ''; } }