// JavaScript Document
function click() {
if (event.button==2) {
alert ('www.s-chair.net | All Rights Reserved™');
}
 }
document.onmousedown=click
