function AlteraImagemMenu(a, b){
	document.getElementById(a).src="img/menu/"+b+".gif";	
}

$(document).ready(function() {
$("h3#mostra").click(function() {
$("div#oculto").toggle("slow");
});
});
$(document).ready(function() {
$("h3#mostraDois").click(function() {
$("div#ocultoDois").toggle("slow");
});
});
$(document).ready(function() {
$("h3#mostraTres").click(function() {
$("div#ocultoTres").toggle("slow");
});
});
$(document).ready(function() {
$("h3#mostraQuatro").click(function() {
$("div#ocultoQuatro").toggle("slow");
});
});



/*
$(document).ready(function(){
$('dd:not(:first)').toggle();
$('dt a').click(function(){
$("dd:visible").toggle("slow");
$(this).parent().next().toggle("slow");
return true;
});
});
*/
