function canCreateEvent()
{
	return oContact != null;
}

function canEditEvent()
{
	return oContact != null;
}

function canDeleteEvent()
{
	return oContact != null;
}

function canTagArchive()
{	//return true;
	return oContact != null;
}

function canDeleteTagArchive()
{
	//return true;
	return oContact != null;
}

