function click() {
if (event.button==2) {
alert('欢迎访问武汉多人多生物工程有限公司！')
}
}
document.onmousedown=click
