$(window).load(function () {
	$(':input:visible:enabled:first').focus();
 });
