function verConteudo(opt) {
	if(opt){
		$('#cont-menu').css({'visibility':'visible'});
		tb_remove();
	}
}

