$(function() {
	$('#search_groups').focus(function(event)
	{
		if (event.target.value == 'Search Groups') event.target.value = ('');
	});
})