function mailwwu(url){
	document.location.href = "mailto:"+url+"@wwu.edu";
	return true;
	};
function mail(url){
	document.location.href = "mailto:"+url+"@cc.wwu.edu";
	return true;
	};
function mailto_yahoo(url){
	document.location.href = url+"@yahoo.com";
	return true;
	};
function mailto_comcast(url){
	document.location.href = url+"@comcast.net";
	return true;
	};
function mailto_wwu(url){
	document.location.href = url+"@cc.wwu.edu";
	return true;
	};
function mailto_gmail(url){
	document.location.href = url+"@gmail.com";
	return true;
	};
function changeGIF(data,pic){
	data.src=pic;
	return true;
	};
function colorON(data,hue){
	data.bgColor=hue;
	return true;
	};
function colorFONT(data,hue){
	data.style.color = hue;
	return true;
	};	
function navigate(url){
	document.location.href = url;
	return true;
	};

