function showContent(set){
	$$('div.contentSet').invoke('hide');
	$('contentSet' + set).show();
	$$('h2 a').invoke('removeClassName','down');
	$$('h2 a')[set].addClassName('down');
}