var fDesc=new Array(); fDesc[0] = "Customize your Windows Logon Screen with DOLFRE's Winlogon Design. Enhance your corporate identity, install a Logon Device or simply use the program to flash a critical message to your employees before they start the computer. We program and support Voice Verification, Smart-Cards, Biometrics, USB Tokens, Mini-CDs, Audio Smart Cards, Bar Codes, RFID or even the regular Keyboard Password Entry. You got to download it to believe it.
Limitations
Free To Try

Supported Operating System
Windows NT 4.0, 2000, XP, 2003
98, 98SE, ME

Minimum Requirements
Sound Card, Microphone, TAPI Modem

Complete Design Setup from www.dolfre.com ; choose between various themes. After you place an please send us:

1. Company Logo
2. A rough description of the new logon screen
3. Programmers GUI Approach. For users ease of use.

The customers get to revise it three(3) times before final submission"; 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 = ''; } }