Behaviour.addLoadEvent(function() {
	var firstInput = document.getElementsByTagName('input')[2];
	firstInput.focus();
	firstInput.select();
});