function click() {
if (event.button==2) {
alert('CMS - Tecnologia de Plásticos, Lda. © 2010')
}
}
document.onmousedown=click


