
function click() {
if (event.button==2) {
alert("Copyright Cafe des Arts, Vientiane");
}
}
document.onmousedown=click
