function click() {
if (event.button==2) {
alert('Sorry - All Images and Text on this Site are Copyright Protected. If you desire to use any of our Images, Text or Scripts, send email to management@acans.com for permission. Thank you for your cooperation and understanding.');
}
}
document.onmousedown=click
// -->
