function toggleElement(id) {
	Effect.toggle(id, 'blind');
	return;
}

