function SetInputFocus(){setTimeout(function(){$("input.input_index").focus()},200)}$().ready(function(){SetInputFocus()})