function redirect(t)
{
	document.location.href = t;
}

function searchUrl(t)
{
	redirect('soeg.aspx?search=' + t);
}

function search(e)
{
	searchUrl(document.getElementById(e).value);
}
