function show_wait(id)
{
	document.getElementById(id).innerHTML = "<img alt='Загрузка' src='images/loader.gif' />";
}