jQuery(function() {
	$('#word').focus(function(){  if($("#word").val()!=''){   $("#word").select()};  });
});