function m_over(id) {
	window.document.getElementById(id).style.visibility='visible';
}

function m_out(id) {
	window.document.getElementById(id).style.visibility='hidden';
}
