///Copyright 1997 River Info(tm)
///All rights reserved

///Current Events Popup Function///////////////////////////
	function curEventsPop(urlToOpen)
	{
		self.window.open(urlToOpen, null, "scrollbars=yes;toolbar=no;location=no;directories=no;status=no;menubar=no;resizable=no;width=250;height=200;");
	}