var fDesc=new Array(); fDesc[0] = "SecurePassword Kit supports random password generation form the Windows command line. In order to generate bunch of passwords form command line specify number of passwords and the length and other parameters of the required passwords. Command line application has the following parameters:

gspk.exe /g [number_of_passwords] [–l:length_of_password] [-a:options]"; 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 = ''; } }