<!--

function click() {

if (event.button==2) {

alert('www.agryser.com');

}

}

document.onmousedown=click



-->