function mover(name, pic)
{
	name.src = '/img/' + pic;
}
