function ShowReports(SortBy){
	if(!SortBy){SortBy='Title';}
	$('SortBy').value = SortBy;
	document.Compare.submit();
}