function canCreateEvent()
{
	return oContact != null;
}

function canEditEvent()
{
	return oContact != null;
}

function canDeleteEvent()
{
	return oContact != null;
}

function canTagArchive()
{
	return oContact != null;
}

function canDeleteTagArchive()
{
	return oContact != null;
}
