
function doLoop(id)
{
	var nimi='loop'+id;
	document.getElementById(nimi).submit();
}
