$(document).ready(function() {



/*$('.banner').flash({

	src: 'index.swf',

	width: 990,

	height: 450,

	wmode: "transparent"

});*/



$(window).load(medidas);

$(window).resize(medidas);



});



function medidas() {

	var altura = $(window).height()-184;

    $(".corpo").show().css({'min-height': altura+"px"});

}



function Sub_Menu_Show(){

document.getElementById("sub_menu").style.display = "table";

}



function Sub_Menu_Hide(){

document.getElementById("sub_menu").style.display = "none";

}
