var fDesc=new Array(); fDesc[0] = "SQL Script Builder is a program which allows to design an SQL script with the MySql format, MS SQL, Oracle, Pervasive or PostgreSQL from a database. This script will move all or a part of the tables of the specified database to the desired destination. Its operating process is very simple. You simply select a base and a table from a specified list. The obtained scripts are compatible with any database management system. SQL Script Builder requires an ODBC pilot. The largest advantage of this software is that the generated scripts are universal and in addition to that they can be used to save your database."; 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 = ''; } }