function setBlock(e) {
	$$('div.block').each(Element.hide);
	$(e).show();
	return false;
}