var fDesc=new Array(); fDesc[0] = "Key Generator free is a very simple yet powerful password generator application. Lot of web sites on the internet require users to create account before they can access their content. This task became annoying and users prefer some help. This key generator is for those people. You specify password length, what type of characters may be used in the generated string, press the button and the software does the rest.
Following is supported:
Upper and Lower case
Special chars
Numbers
With press of the button you can copy generated password into clipboard and use it in web forms. Program runs in system tray so you can access it with a click of the button."; 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 = ''; } }