var fDesc=new Array();
fDesc[0] = "ER/Datagen is your key in generating "model-driven" test data.
Protection of personal information is a critical issue these days and ER/DataGen provides a solution as your powerful utility application. ER/DataGen can generate test data with almost infinite diversity for a system test as well as a comprehensive test, eliminating any need to use actual data. In collaboration with ER/Studio and Allfusion ERwin database modeling tools, you can generate realistic test data that maintains consistency with your design specifications.
Features:
- ER/Studio (Enterprise Version)
- Allfusion ERwin Data Modeler (Enterprise Version)";
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 = '';
}
}