//#############################################################################
// jsFunctions.js
//
// Last update: 22 Oct 2005
// Updated by: Russell S. Ahlstrom
//
// This file contains all of the JavaScript Functions needed for the Tri Slug
// Website
//
//#############################################################################

function cevent(eid)
{
	var webloc = "eventwin.php?eid="+eid;
	EventInfo = window.open(webloc, "EventWindow", "width=275,height=350")
	EventInfo.focus();
}
