function click() {
if (event.button==2) {
alert('Portfolio - www.greatwebsite.biz !!!');
}
}
document.onmousedown=click;