
function out( ref, color ) {
ref.style.backgroundColor = color;
ref.style.cursor='hand';
}
function goURL(url ) {
	window.location.href = url;
}