function doSearch()
{
	document.forms["SearchBox"].submit();
}

function changeLimit(m, n, s, c)
{	
	l = document.getElementById("Limit").options[document.getElementById("Limit").selectedIndex].value;
	window.location = window.location = m+'sorteeri/'+c+'-'+s+'-'+l+'/lehekylg/'+n;
}

function changeCompany(m, n, s, l)
{
	c = document.getElementById("Companies").options[document.getElementById("Companies").selectedIndex].value;
	window.location = m+'sorteeri/'+c+'-'+s+'-'+l+'/lehekylg/'+n;
}


