init = function(section, bg)
{
	// Initialize section visibility
	var element = document.getElementById(section);
	element.style.display = "block";

	// Set body background image
	document.body.style.backgroundImage = "url(" + bg + ")";
}

show_contacts = function(id, user, domain)
{
	tsdc.element.obfucon(id, user, domain, false, true);
}
