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 WinOpen(url,x,y) { 
        var attributes = "toolbar=no,scrollbars=yes,resizable=no,width=" + x + ",height=" + y; 
        msgWindow=window.open(url,"WinOpen",attributes); 
}                          
