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