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 Coronel responder&aacute; exclusivamente a las preguntas referentes al  nuevo modelo de ense&ntilde;anza para oficiales del los cuerpos generales de los Ej&eacute;rcitos y Armada e Infanter&iacute;a de Marina y suboficiales de los Ej&eacute;rcitos y Armada.</strong>";
*/	texto = "<strong></strong>";

	document.getElementById("txt_encuentros").innerHTML = texto;
	}