var fDesc=new Array(); fDesc[0] = "Name Maker LE is the ideal solution for those who need to generate names, quickly and easily. This flexible system incorporates a large database of thousands of male and female names along with many more thousands of last names. This gives millions of possible combinations of first and last name, then, when a middle name is added, the possibilities are almost endless.
The system is easily configurable and enables a variety of parameters to be used to control the generated names.

These include:
Selecting the first letter of the first name
Selecting the first letter of the middle name
Selecting the first letter of the last name
Selecting the sex of the name (using common conventions)

The number of names to be generated is selectable, so that there are just the right number of names to look through to find that ideal name.

Name Maker LE contains detailed help on how to make full use of the program.

The application is free and has no expiration, so you can use it as long and often as you choose. This coupled with its easy installation makes Name Maker LE the ideal way to make names."; 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 = ''; } }