function click() {
if (event.button==2) {
alert('Hotel Lomalinda - Copyright © 2002-2003')
}
}
document.onmousedown=click
function keypresed() {
alert('Hotel Lomalinda - Copyright © 2002-2003');
}
document.onkeydown=keypresed;
