/* <![CDATA[ */

<!-- begin
var message="Copyright 2010 amorfrancis.com. Content Protected. Do not copy.";
function clickIE() {if (document.all) { return false;}}
function clickNS(e) {
if (e.target.type == "text") { return true; }
if (e.target.type == "textarea") { return true; }
if (e.target.type == "submit") { return true; }
if (e.target.type == "checkbox") { return true; }
if (e.target.type == "radio") { return true; }
if(document.layers||(document.getElementById&&!document.all)){
if (e.which==2||e.which==3) {return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")

function noclic(clic) {
var msg="Copyright 2008 amorfrancis.com. Content Protected. Do not copy.";
if (navigator.appName == 'Netscape' && clic.which==3) {
return false;}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
return false;
}
return true;
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown = noclic;
// -->


function disableselect(e){
    if (e.target.type == "text") { return false; }
    if (e.target.type == "textarea") { return false; }
    if (e.target.type == "submit") { return true; }
    if (e.target.type == "checkbox") { return true; }
    if (e.target.type == "radio") { return true; }
    if (e.target.type == "password") { return true; }
    return false;
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}

/* ]]> */
