
	function mainon(a) {
		a.style.backgroundColor='#f5f5f5';
		a.style.border = '#cccccc 1px solid';
		a.style.cursor = 'pointer';
	}

	function mainoff(a) {
		a.style.backgroundColor='#ffffff';
		a.style.border = '#ffffff 1px solid';
	}


	function killsubmitbutton() {
		document.phpform.send.disabled = true;
	}


	function aboutsheet() {
		alert("Some of the information on this sheet is based on my personal opinion, and has no relation to any other opinions, personal or general. Use them as \"fun\" facts only.");
	}
