$(document).ready(function(){
$("input:visible:enabled:first").focus();
$("textarea:visible:enabled:first").focus();
});

