function click() {
if (event.button==2 | event.button==3) {
alert("Don't try that again !");
alert('Goodbye !');
parent.window.close();
history.back();
}
}
document.onmousedown=click
