function downloading() {
if (event.button==2) {
alert('Images and source code on these pages are Copyrighted. Please contact us if you wish to use this material.');
}
}
document.onmousedown=downloading;
