/* THIS SCRIPT IS USED FOR BOTH CURRENT AND PAST EVENTS
	BE CAREFUL NOT TO CHANGE IF THE CHANGE IS NOT 
	ACCEPTABLE FOR BOTH APPS */
function show_detail(id)
{
	window.location.href = '/wcl_events/event_detail.cfm?event_id='+id;
}