function ShowEventDetails(id)
{
		window.open("event_details.php?event_id="+id,"fremont_details","height=450,width=490,location=0,resizable=0,toolbar=0,statusbar=0,scrollbars=1,top=50,left=50,screenX=50,screenY=50");
}

