function click() {
	 if (event.button==2) {
		alert("  Clube da Lingerie - 2007 All Rights Reserved  ")
	 }
}
document.onmousedown=click;