function setFocus()
{
	document.getElementById('focus').focus()
}
// Kilde:http://www.w3schools.com/js/tryit.asp?filename=tryjs_autonext

