
// No rightclick script
// (c) 1998 barts1000
// barts1000@aol.com
function click() {
if (event.button==2) {
alert('WebDesign by WebSTAR Pro-Marketing')
}
}
document.onmousedown=click
