// JavaScript Document


function cerrar(){
	
 document.getElementById('exito').style.visibility="hidden";
		

	
}function cerrar2(){
	
 document.getElementById('fracaso').style.visibility="hidden";
		

	 
}


function msjacabina(){

window.open("msjtocabina.php","mensajes", "width=225,height=285,scro0llbars=NO,Resizable=NO, top=250, left=300"  ) ;
}

function enlinea(){
	
window.open("enlinea.php", "audioreal", "width=500,height=250,scrollbars=NO ,Resizable=NO, top=250, left=300");	
}




//::::::::::::::::ANIMACIONES BANNER:::::::::::::::::::::




var
imagen ='artistas.jpg';


function imagenes2(){
 imagen ='BANNER PEGONA3.jpg';
 document.getElementById("bannerimagen").src=imagen;
 window.setTimeout("imagenes1()",3000);
}


function imagenes1(){
	
var imagen = 'artistas.jpg'; 
document.getElementById("bannerimagen").src=imagen;
window.setTimeout("imagenes2()",3000);

}

	
function banner2(){
var imagen = 'banner 2.gif'; 
document.getElementById("bass").src=imagen;
window.setTimeout("banner3()",9000);
}


function banner3(){
var imagen = 'banner ladys.gif'; 
document.getElementById("bass").src=imagen;
window.setTimeout("banner2()",4000);
}

//::::::::::::::::::::::::::::::::::MENSAJES A CABINA::::::::::::.....



function nulo(){
   
	document.getElementById('nombre').value='';
	
	}
	
	function nulo1(){
   
	document.getElementById('apellido').value='';
	
	}
	function nulo2(){
   
	document.getElementById('correo').value='';
	
	}
	function nulo3(){
   
	document.getElementById('pais').value='';
	
	}
	
	
 function validar(){
	 	var nombre=document.getElementById('nombre').value;
     		
		if(nombre == ''){
			
			document.getElementById('nombre').value="Nombre";
		 
		}
		

	 	if(nombre != "Nombre"){
			document.getElementById("nombre").id="textono";
		 nombre=nombre;
		}
	
		
	  
 }
 
  function validar1(){
 var apellido=document.getElementById('apellido').value;
 
			if(apellido ==''){
			document.getElementById('apellido').value="Apellido";
		 
		}
		
		if(apellido != "Apellido"){
			document.getElementById("apellido").id="textono1";
		 apellido=apellido;
		}
	
		
	  
 }
 
 
  function validar2(){
	 	var correo=document.getElementById('correo').value;     		
		if(correo ==''){
			document.getElementById('correo').value="Correo";
		 
		}
		
		

	 	if(correo != "Correo"){
			document.getElementById("correo").id="textono2";
		 nombre=nombre;
		}
	
		
	  
 }
 
 
  function validar3(){
             var pais=document.getElementById('pais').value;

			if(pais ==''){
			                  document.getElementById('pais').value="Pais/Provincia";
		 
		              }
		
		
			if(pais != "Pais"){
			              document.getElementById("pais").id="textono3";
		                  pais=pais;
		             }
		
	  
 }





