function prepni(element,obr)
{
	document.getElementById(element).src=obr;
	return;
}