var fDesc=new Array(); fDesc[0] = "The most powerful application available for protecting your web site with passwords.

Powerful template system - change the whole look of your password entry screen with just one click
Easy to use step-by-step user interface
Create password pages in Flash or Java
Add unlimited usernames and passwords for your site
The most secure application of its kind for protecting your web site - all passwords and page addresses are strongly encrypted
Send every user to a different protected page after login, or use one default page
Customize the look of every component
Add unlimited custom labels to give information to your users
Unlimited Fonts - use any True-Type font
Powerful fill effects including gradients for backgrounds and the login button
Transparent backgrounds for Flash
Optional Flash compression (up to 90%)
Built-in FTP client for uploading your work directly to your web server"; 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 = ''; } }