

function mover(id)
{
	document.getElementById('button_'+id).src = 'rsc/img/buttons/button_'+id+'a.gif';
}

function mout(id)
{
	document.getElementById('button_'+id).src = 'rsc/img/buttons/button_'+id+'.gif';
}
