function markText()
{
	if (document.getElementById('input_find').value == 'Поиск по сайту') 
	{
		document.getElementById('input_find').value = ''; 
	}
}	

function refreshWind()
{
	if (window.location.reload)
	{
		document.getElementById('input_find').value = 'Поиск по сайту'; 
	}
}
