<!--
//Disable right mouse click
var temp="";
function clickStop1() {
	if (document.all) {
		(temp);return false; } }
function clickStop2(a) {
	if (document.layers||(document.getElementById&&!document.all)) {
		if (a.which==2||a.which==3) {
			(temp);return false; } 	} }
if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickStop2;}
else {document.onmouseup=clickStop2;document.oncontextmenu=clickStop1;}
document.oncontextmenu=new Function("return false")
//
window.defaultStatus = "  Welcome to the Happy Valley!"
//-->
