
// Used for simple text search
function simple_search( query ){
	document.location = '/reports/specific_search/' + encodeURI( query );
}