function mostrarDiv(div){
	if(document.getElementById(div).style.display == "none")
		document.getElementById(div).style.display = "block";
	else
		document.getElementById(div).style.display = "none";		
}

// remove the registerOverlay call to disable the close button
hs.registerOverlay({
	overlayId: 'closebutton',
	position: 'top right',
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});

hs.graphicsDir = 'highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.outlineWhileAnimating = true;

                                   
addEventLis( window, 'load', function(){  
        var so = new SWFObject("images/menu.swf", "movie", "940", "16", "7", "#FFFFFF");		      
	so.addParam("wmode", "transparent");
	so.write("brilho");		
});


