function onm(IM) {
	document.getElementById(IM).src='/img/'+IM+'2.gif';
}
function outm(IM) {
	document.getElementById(IM).src='/img/'+IM+'.gif';
}