var fDesc=new Array(); fDesc[0] = "The Test Data Generator TDG is a program that helps you generate and mange test and mass data for SQL databases. The entire process of the test data development can be automated. The program scans the target database, assigns test data definitions to all fields on request and writes the desired amount of test data to the target database. Also, the program can manage any number of test data scenarios for each target database and apply it with just a mouse click."; 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 = ''; } }