function srch(_this)
{
	if (_this.value == 'поиск по сайту')
	{
		_this.value = '';
	}
	
	var lnk = document.getElementById('top_search_submit');
	lnk.style.display = 'inline';
	_this.style.color = '#000';
	_this.style.backgroundColor = '#fff';
}