function gotomo() {
	location.href = document.selmo.theselmo.value
}

function gotoyr() {
	location.href = document.selyr.theselyr.value
}

function flipFlop(theID) {
	var theElement = document.getElementById(theID);
	if (theElement.className == 'cmoff') {
		theElement.className = 'cmon'
	} else {
		theElement.className = 'cmoff'
	}
}
function Flopflip(theID) {
	var theElement = document.getElementById(theID);
	if (theElement.className == 'dmon'){
		theElement.className = 'dmoff'
	} else {
		theElement.className = 'dmon'
	}
}