var fDesc=new Array(); fDesc[0] = "Oven Fresh Password Login is a Windows desktop application for webmasters and website owners who want to create customized login areas, login boxes and password-protected webpages. After you creating the login Boxes with passwords, you can manuallly copy/paste the code into your webpage. Alternatively, you can insert the code in your webpage on your local computer and preview it live. Oven Fresh Password Login works on Windows 2000/XP/Vista/7."; 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 = ''; } }