var fDesc=new Array(); fDesc[0] = "Database Workshop is a professional multifunctional tool for working with databases and database objects. It uses the modern plug-in module technology that combines flexibility and versatility for working with various databases. Currently, the program supports InterBase, MySQL, MS SQL, Oracle, MS Access, DBISAM, FlashFiler, KeyDb, EasyTable, TinyDb, VolgaDb, Clarion, Paradox, dBase and some other databases."; 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 = ''; } }