var fDesc=new Array(); fDesc[0] = "Password Generator 2013 is much more than just a password generator - it's a professional software for generating unique & secure random passwords / keycodes / numbers / serial numbers / usernames / any other short pieces of random "text" (to reflect this fact, the word "password" on this website refers to a wide variety of strings that this product can generate, and not just to passwords per se). Building on over 7 years of experience (previously the product was made by Diplodock), Password Generator 2013 offers the most advanced set of features available in any random code generation application!"; 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 = ''; } }