function m_action(img, action) {
	if (document.getElementById) {
		document.getElementById(img).src="img/"+img+action+".gif";
	}
}