function change_avatar(img, select)
{
	var o_sel= e(select);
	e(img).src= o_sel.options[o_sel.selectedIndex].value;
}