function submit_tournaments(value) 
{
	if(value < -1) 
	{
		formDataGrid.newSearch.value = 'true'; 
		formDataGrid.submit();
	}
}
