function cambiar_a(id){
	 ocultar('uno');
	 ocultar('dos');
	    document.getElementById(id).style.display='block';

}
function mostrarPublicacion($id){
		document.getElementById('flotanteContenido').innerHTML='<img src="imagenes/cargando2.gif" style="margin-top:30%; margin-botton:15%; margin-left:45%;text-align:center; vertical-align:bottom;"/>';
	document.getElementById("flotante").style.display='block';
	$idioma=document.getElementById('idioma').value;
	xajax_mostrarpublicacion($id);
}

function listadoAnt($tipo,$desde){
  document.getElementById('center').innerHTML='<img src="imagenes/cargando3.gif" style=" border-top:50% ; margin-botton:15%;position:relative;"/>';
  $idioma=document.getElementById('idioma').value;
  xajax_seleccion($tipo,$idioma,$desde);
}

function listadoSig($tipo,$desde){
  document.getElementById('center').innerHTML='<img src="imagenes/cargando3.gif" style=" border-top:50% ;margin-botton:15%; position:relative;"/>';
  $idioma=document.getElementById('idioma').value;
  xajax_seleccion($tipo,$idioma,$desde);
}

function mostrar(id){
     document.getElementById(id).style.display='block';
}

function ocultar(id){
      document.getElementById(id).style.display='none';
			
}

function desp(){
	alert('aaa');
	}
	

function cerrartumbals(){
    document.getElementById("flotante").style.display='none';
   /* document.getElementById("center").style.display='block';*/
}

function cambiarImagen($ima){
	document.getElementById('flotanteContenido').innerHTML='<img src="imagenes/cargando2.gif" style="margin-top:30%; margin-botton:15%; margin-left:45%;text-align:center; vertical-align:bottom;"/>';
	document.getElementById("flotante").style.display='block';
	$idioma=document.getElementById('idioma').value;
	xajax_imagen($ima,$idioma);
   //  document.getElementById("flotante").style.display='block';
	}
	
function detalle_maquina($id){
	document.getElementById('center').innerHTML='<img src="imagenes/cargando3.gif" style=" margin-top:15%; margin-botton:15%;position:relative;"/>';
	xajax_center($id,document.getElementById('idioma').value);
}

function cambiarMaquina(){
   detalle_maquina(document.getElementById('maq').value);	
}

function cambiarManual(){
   $idioma=document.getElementById('idioma').value; 
   xajax_cambiarManual(document.getElementById('man').value,$idioma);	
}

function cambiarIdioma(){
	xajax_cambiarIdioma(document.getElementById('idioma').value);
}

function paginaDatos($id,$pag,$tipo){
		document.getElementById('descripcion').innerHTML='<img src="imagenes/cargando3.gif" style=" margin-top:15%; margin-botton:15%;position:relative;"/>';
	xajax_descripcion($id,$pag,$tipo);
}
	
function cambiarContenido($id,$tipo){
	document.getElementById('FV').innerHTML='<img src="imagenes/cargando3.gif" style=" margin-top:15%; margin-botton:15%;position:relative;"/>';
	$idioma=document.getElementById('idioma').value;
    xajax_contenido($id,$tipo,$idioma);

     
}

function anterior($id,$tipo,$desde){
document.getElementById('FV').innerHTML='<img src="imagenes/cargando3.gif" style="margin-top:15% ;margin-botton:15%;position:relative;"/>';
	$idioma=document.getElementById('idioma').value;
    xajax_contenido($id,$tipo,$idioma,$desde);
     
}

function siguiente($id,$tipo,$desde){
document.getElementById('FV').innerHTML='<img src="imagenes/cargando3.gif" style=" margin-top:15%; margin-botton:15%;position:relative;"/>';
	$idioma=document.getElementById('idioma').value;
	xajax_contenido($id,$tipo,$idioma,$desde);
     
}
function sendMail($aquien){
  	      document.getElementById('flotanteContenido').innerHTML='<img src="imagenes/cargando2.gif" style="margin-top:30%; margin-botton:15%; margin-left:45%;text-align:center; vertical-align:bottom;"/>';
	      document.getElementById("flotante").style.display='block';
  $idioma=document.getElementById('idioma').value;
	xajax_enviarMail($aquien,$idioma);
}

function ejecutar($i,$a){
     	if ($a=='como'){
	      document.getElementById('flotanteContenido').innerHTML='<img src="imagenes/cargando2.gif" style="margin-top:30%; margin-botton:15%; margin-left:45%;text-align:center; vertical-align:bottom;"/>';
	      document.getElementById("flotante").style.display='block';

   }
 
  xajax_seleccion($a,$i,0);
}

function FoVi_detalle(){
	
	}

function Pag_Detalle(){
	
	}
	
function mostrarEvento(){
	xajax_evento();
	}	
function enviarMensage(){
	$a=document.getElementById('asunto').value;
	$m=document.getElementById('mail').value;
 	$c=document.getElementById('consulta').value;
    $t='00'+document.getElementById('int').value+' ('+ document.getElementById('nac').value+' )'+document.getElementById('telefono').value;

	$n=document.getElementById('nombre').value;
	$d=document.getElementById('aquien').value;
	xajax_enviar($a,$m,$c,$t,$n,$d);

	}