var fDesc=new Array(); fDesc[0] = "No need to learn complicated perl, php, ASP, no need to learn profound encryption algorithm , no need to write a piece of CGI or JavaScript code, Encrypt HTML Pro wizard will guide you protect HTML source code in just a few clicks. Support referrer URL check, keep your web page being visited from specific URL.Works with any modern web browser, no additional browser extension software is needed. Supports all kinds of hosting server, no CGI, ASP, PHP, Web DB or any special web software is needed. Support publish your protected web pages on CD, DVD or any other media."; 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 = ''; } }