function hp_ne(){return true}onerror=hp_ne;

function hp_cm(){alert("This page has been protected. Preview only.");return false}
function hp_md(e){if(e.which==2||e.which==3){alert("This page has been protected. Preview only.");return false}}if(document.all){document.oncontextmenu=hp_cm}if(document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=hp_md}if(document.getElementById&&!document.all){document.oncontextmenu=hp_cm}


function newWindow(thewindow) {
thiswindow1 = window.open(thewindow, "optionwindow", "width=500,height=600,scrollbars,resizable");
thiswindow1.focus();
}

function Profile(profileview) {
thiswindow2 = window.open(profileview, "profile", "width=660,height="+(screen.height-50)+",scrollbars,resizable,left=0,top=0");
thiswindow2.focus();
}

function Read(mailview) {
thiswindow3 = window.open(mailview, "mail", "width=550,height=550,scrollbars,resizable,left=0,top=0");
thiswindow3.focus();
}

var message="Thank You for visiting, and have a GREAT day!!"; // Message for the alert box
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;