function activateContent(_table, _id) {
	getById('activate_' + _id).style.display = "none";
	$.post(pathPrefix + "/Ajax/modActivate" + firstSeperator + "table=" + _table + "&id=" + _id + sid2);
}
