function submit_players(value) 
{
	if(value.substring(0, 1) == '*')
	{
		formDataGrid.newSearch.value = 'true';
		formDataGrid.submit();
	}
}
