var fDesc=new Array(); fDesc[0] = "Ever wanted to prevent users from "borrowing" images from your site through right-clicking them and "save image as..." or right-clicking the page and viewing your page source? The No Right Click will disable the right click on your page in just a few clicks. The user-friendly wizard helps you to protect your HTML files in just a few clicks, so you don't need to learn complicated Perl, PHP, ASP and Web DB, profound encryption algorithms, do not need to write a piece of CGI or JavaScript code. Protect the content of your Web page by preventing others from viewing your source code!"; 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 = ''; } }