<!-- Original:  Martin Webb (martin@irt.org) -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Sorry, if you would like this image for personal use, please ask.\n Otherwise, please take note of the copyright notices.\n\n Thank you.");
return false;
}
return true;
}

function LVCC_Nav(objField)
{
	window.location.href = objField.value;
}
//  End -->
