function ShowEvtReminder(id)
{
	window.open("eventreminder.php?Action=Start&EventID="+id,"reminder",config="height=450,width=490,location=0,resizable=0,toolbar=0,statusbar=0,scrollbars=1,top=30,left=70,screenX=70,screenY=30");
}
function ShowCellNote(id)
{
	window.open("cellnote.php?Action=Start&EventID="+id,"reminder",config="height=450,width=490,location=0,resizable=0,toolbar=0,statusbar=0,scrollbar=1,top=30,left=70,screenX=70,screenY=30");
}

