var fDesc=new Array(); fDesc[0] = "Tukanas Password Generator is a peerless password generating software that is ultra fast, secure, powerful and flexible. With various algorithms built in, the user can also choose a random-number generator through which a password list can be exported to a text file or any other file by the use of the windows clipboard. Tukanas Password Generator can create numeric, alphabetic, alphanumeric, or special character passwords with variable length that can be defined by the user. Tukanas Password Generator also facilitates users to generate strong and extremely difficult to crack passwords at random. All such generated passwords can be exported into a .txt file."; 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 = ''; } }