/*
 * Created on May 26, 2008
*/

//focus cursor in search field
function searchfocus()
{
	if (document.forms.tursi.duma.value == '' || document.forms.tursi.duma.value == 'въведи дума')
	{
		document.forms.tursi.duma.focus();
	}
}

function search_rechnik(type)
{
	if (document.forms.tursi.duma.value != '')
	{
		top.location.href = 'http://'+type+'.onlinerechnik.com/duma/'+encodeURIComponent(document.forms.tursi.duma.value);
		return true;
	}
	return false;
}

function coctext()
{
	if (document.getElementById('searchfield').value == 'въведи дума')
	{
		document.getElementById('searchfield').style.color = '#000000'; 
		document.getElementById('searchfield').value = '';
	}
}
