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'
	}
}

function checksearch() {
	if (document.search.SearchString.value == ""){
		alert("[ALERT]\n\nPlease type in something to search for."); 
		return false;
	}
}
