function gotomo()
{
location.href = document.selmo.theselmo.value
}
function gotoyr()
{
location.href = document.selyr.theselyr.value
}
function checksearch(){
if (document.search.SearchString.value == ""){
alert("You did not give me anything to look for\n Please type something"); 
return false;
 }
}
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'
	}
}