prova=$$('#content a.show');

prova.each(function(test){
	test.observe('click', function(event){
		mio=test.next('div');
		mio.visible() ? test.show() : test.hide();
		Effect.toggle(mio,'appear',{duration:0, delay:0});
		});
		
});
