var tog = 0;
function togPanel() {
	$("#menu").slideToggle("slow");
	if(tog==0) {
		$("#boton").animate({top:312}, "slow", "swing");
		tog=1;
	} else {
		$("#boton").animate({top:0}, "slow", "swing");
		tog=0;
	}
}
function MM_openBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
  if(window.screen)if(isCenter)if(isCenter=="true"){
    var myLeft = (screen.width-myWidth)/2;
    var myTop = (screen.height-myHeight)/2;
    features+=(features!='')?',':'';
    features+=',left='+myLeft+',top='+myTop;
  }
  window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
}

function pintatextoEncuentros(){
	texto = "<strong>El Comandante Alberto Hern&aacute;ndez Abad&iacute;a de Barbar&aacute; contestar&aacute; a las preguntas que formul&eacute;is sobre el Cuerpo Militar de Sanidad de la Especialidad Medicina.</strong>";
//	texto = "<strong></strong>";
	document.getElementById("txt_encuentros").innerHTML = texto;
	}
