// JavaScript Document

function popEvent(id) {
	window.open ("event.php3?id="+id,"event","screenX=350,screenY=200,width=360,height=280,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=1,toolbar=0")
	return;
}