function contacto(){
		var MyForm = document.contacto_express;			
		aTexts = new Array;				
		aTexts.push("nombre");
		aTexts.push("estado");		
		aTexts.push("correo");		
		aTexts.push("comentarios");		
		aTexts.push("telefono");		
		var resTexts = validaTextRequeridos( MyForm, aTexts, "es" );
		if ( resTexts == true  )
		{
			//			
						alert("Tu mensaje ha sido enviado");
						MyForm.action = "mailcontact/contacto_express.php";
						MyForm.submit();
		}
			
												
	} // Fin de función contacto

function contacto1(){
		var MyForm = document.contacto_express;			
		aTexts = new Array;				
		aTexts.push("nombre");
		aTexts.push("estado");		
		aTexts.push("correo");		
		aTexts.push("comentarios");		
		aTexts.push("telefono");		
		var resTexts = validaTextRequeridos( MyForm, aTexts, "es" );
		if ( resTexts == true  )
		{
			//			
						alert("Tu mensaje ha sido enviado");
						MyForm.action = "mailcontact/contacto_express.php";
						MyForm.submit();
		}
			
												
	} // Fin de función contacto
	
function sugerencias(){
		var MyForm = document.frm_sugerencias;			
		aTexts = new Array;				
		aTexts.push("nombre3");
		aTexts.push("estado3");		
		aTexts.push("correo3");		
		aTexts.push("comentarios3");		
		aTexts.push("telefono3");		
		var resTexts = validaTextRequeridos( MyForm, aTexts, "es" );
		if ( resTexts == true  )
		{
			//			
						alert("Tu mensaje ha sido enviado");
						MyForm.action = "mailcontact/sugerencias.php";
						MyForm.submit();
		}
			
												
	} // Fin de función contacto
	

	
function contacto2(){
		var MyForm = document.contacto;			
		aTexts = new Array;				
		aTexts.push("nombre2");
		aTexts.push("compania2");		
		aTexts.push("correo2");		
		aTexts.push("comentarios2");		
		aTexts.push("telefono2");		
		var resTexts = validaTextRequeridos( MyForm, aTexts, "es" );
		if ( resTexts == true  )
		{
			//			
						alert("Tu mensaje ha sido enviado");
						MyForm.action = "mailcontact/contacto.php";
						MyForm.submit();
		}
			
												
	} // Fin de función validar
	
