	$(document).ready(function(){
		 
	 aberto = "";
	 abertoBt = "";
	   $("#bt1").click(function () {
		  $(aberto ).slideUp("slow");
		  aberto = ""; 
		  setTimeout ( "carregaweb('pt.php?qual=sobre','main')", 1000 );
		});
	   
	   $("#bt2").click(function () {
		  $("#sub2").slideDown("slow");
		  if (aberto != "#sub2" ) { $(aberto ).slideUp("slow"); }
		  
		  aberto = "#sub2";
		  //setTimeout ( "carregaweb('pt.php?qual=processos','main')", 1000 );
		}); 
		   		$("#bt2_1").click(function () { carregaweb('pt.php?qual=consulting','main'); }); 
				$("#bt2_2").click(function () { carregaweb('pt.php?qual=research','main'); }); 
				$("#bt2_3").click(function () { carregaweb('pt.php?qual=marketing','main'); });
				$("#bt2_4").click(function () { carregaweb('pt.php?qual=impacto','main'); });
			     
	   $("#bt3").click(function () {
		  $("#sub3").slideDown("slow");
		  if (aberto != "#sub3" ) { $(aberto ).slideUp("slow"); }
;
		  aberto = "#sub3";
		  //setTimeout ( "carregaweb('pt.php?qual=marcas_e_negocios','main')", 1000 );
		});
		   		$("#bt3_1").click(function () { carregaweb('pt.php?qual=sabor_do_ano','main'); }); 
		   		$("#bt3_2").click(function () { carregaweb('pt.php?qual=on_product_publishing','main'); });
		   		$("#bt3_3").click(function () { carregaweb('pt.php?qual=restaurant_week','main'); });

	   $("#bt4").click(function () {
		  $(aberto ).slideUp("slow");
		  aberto = "";
		  setTimeout ( "carregaweb('pt.php?qual=presanca_internacional','main')", 1000 );
		}); 
	   
	   $("#bt5").click(function () {
		  $(aberto ).slideUp("slow");
		  aberto = "";
		  setTimeout ( "carregaweb('pt.php?qual=contactos','main')", 1000 );
		}); 
	   
	   	   $("#bt0").click(function () {
		  $(aberto ).slideUp("slow");
		  aberto = "";
		  setTimeout ( "carregaweb('pt.php?qual=contactos','main')", 1000 );
		}); 
	   
	   $("#bt6").click(function () {
		  $(aberto ).slideUp("slow");
		  aberto = "";
		  setTimeout ( "carregaweb('pt.php?qual=marcas','main')", 1000 );
		}); 
		
		carregaweb('pt.php?qual=main','main');
		
	});