var fDesc=new Array(); fDesc[0] = "Copy Database utility allows users to create a copy of all or selected tables into another database or even at another database server. It can make a copy of the table definition as well as to copy data rows. This handy utility helps advanced users, developers or database administrators (DBA) to create a second copy of a database quick and easy. Easy to learn and use wizard interface. Supports connection by ODBC Data Source Name or by server name including Express editions."; 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 = ''; } }