
<!--
var msg = "Anything in this website (including but not limited to) graphics, text and scripts may not be copied, reproduced or published in any form without written permission from Neil Parker e-mail neilparkernz@yahoo.com  Copyright © 2001 2002 a123web All Rights Reserved.";
if(document.layers) window.captureEvents(Event.MOUSEDOWN);
function no_click(e){
if (navigator.appName == 'Netscape' && ( e.which == 2 || e.which == 3))
{
alert(msg);return false;
}
if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
{
alert(msg);return false;
}
}
window.onmousedown=no_click;
document.onmousedown=no_click;
//-->
