var fDesc=new Array(); fDesc[0] = "Create password-protected pages and manage usernames and passwords with CoffeeCup Password Wizard. You don't even have to know Flash or HTML. Customize the look and feel to match your page. You can even point different users to different URLs. Preview within the program or your favorite browser. All this and more make CoffeeCup Password Wizard the easiest way to password-protect your pages."; 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 = ''; } }