function click() {
if (event.button==2) {
alert('Copyright Script: XVidium Design\n\nProperty of Motel Vezia\n\ne-mail: motel@motel.ch')
}
}
document.onmousedown=click
