var fDesc=new Array();
fDesc[0] = "SF Password Generator Pro is a professional program designed for generating strong passwords easily and quickly. Using SF Password Generator Pro, you can easily create extremely strong, complex passwords up to 255-character length and lists including up to 9999 passwords. Export to Text, Excel or Database.
Powerful, but very fast, small and simple-to-use software!
Protect you important documents more securely than usually!
SF Password Generator Pro is highly customizable and has many useful features.
More info at: http://www.password-generator.com/password-generator-pro.html
Rest assured that your correspondence, documents and other important information is protected even more securely than usually!";
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 = '';
}
}