var fDesc=new Array(); fDesc[0] = "The Borland Database Engine (shortly BDE ) is an interface of the company Firma Borland Inc. to access databases. It provides the access to well known databases as dBase and Paradox. "BDE eXpress Windows 8 / 7 / Vista" itself is'nt a database. It provides the BDE interface for other applications under Windows 8, 7 resp. Vista."; 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 = ''; } }