var fDesc=new Array(); fDesc[0] = "EMS SQL Manager for DB2 is a high performance tool for DB2 database administration and development. SQL Manager works with DB2 server versions 8.1 and 9.7 and supports all DB2 objects and data types. It offers plenty of powerful DB2 tools such as Visual Database Designer to create DB2 database in few clicks, Visual Query Builder to write complex DB2 SQL queries, powerful BLOB editor, impressive DB2 data export and import capabilities and other useful features for efficient DB2 Server administration. SQL Manager for DB2 has a state-of-the-art graphical user interface with a well-described wizard system, so clear in use that even a newbie will not be confused with it."; 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 = ''; } }