function click() {
if (event.button==2) {
alert('Creative Logo Designing - www.toptechsolutions.com !!!');
}
}
document.onmousedown=click;