var fDesc=new Array(); fDesc[0] = "Pervasive SQL (PSQL) is a database management system. Version 11 will help your application take advantage of multi-core hardware. It also has a 64-Bit ODBC Driver for 64-bit Windows and Linux. Support for IPv6 is included. It can also run on VM environments from Microsoft, Citrix and VMware. PSQL v11 is VMware ready and Citrix ready."; 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 = ''; } }