     function verifica_data () { 
			                   
						
			situacao = "";

			if (document.suporte.nome.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERRO! Digite o nome !"); 
                document.suporte.nome.focus(); 
				return false;
            }
			if (document.suporte.empresa.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERRO! Digite o nome da Empresa!"); 
                document.suporte.empresa.focus(); 
				return false;
            }
			
			

			if (document.suporte.fone.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERRO! Digite o DDD + Número do telefone."); 
                document.suporte.fone.focus(); 
				return false;
            } 

			var ver_numero = "1234567890.- ";
            var sk15 = document.suporte.fone.value;
            var invalido = true;
            for (i = 0;  i < sk15.length;  i++){
            ch = sk15.charAt(i);
            for (j = 0;  j < ver_numero.length;  j++)
            if (ch == ver_numero.charAt(j))
            break;
            if (j == ver_numero.length){
            invalido = false;
            break;
            }}
            if (!invalido){
            alert("ERRO! O Campo Telefone Deve Conter Apenas Números !!!");
            document.suporte.fone.focus();
            return (false);
            }
		  

			if (document.suporte.cidade.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERRO! Digite a Cidade e o Estado!"); 
                document.suporte.cidade.focus(); 
				return false;
            }	

			if (document.suporte.email.value !="")
				{
					email=document.suporte.email.value;
					if (email.indexOf("@",0) == -1)
					{
						alert("ERRO! Por Favor preencha Seu E-mail Completo.");
						document.suporte.email.focus();
						return false;
					}
				}
				else
				{
					alert("ERRO! Por Favor preencha seu Email .");
					document.suporte.email.focus();
					return false;
				}

							
			    if (document.suporte.mensagem.value.length == 0) {
				alert("ERRO! A Mensagem é um campo obrigatório !");
				document.suporte.mensagem.focus();
				return false;	
			    }
           //  verificacao se digitou todos os digitos 
			    if (document.suporte.mensagem.value.length < 10) {
				alert("ERRO! A Mensagem é um campo obrigatório !");
				document.suporte.mensagem.focus();
				return false;	
			}
            




	}


// *********************verificação em Espanhol********************
//******************************************************************
//******************************************************************

 function verifica_datae () { 
			                   
						
			situacao = "";

			if (document.suporte.nome.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERRO! Mecanografía el nombre!"); 
                document.suporte.nome.focus(); 
				return false;
            }
			
			
			if (document.suporte.cidade.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERRO! Mecanografía la ciudad y el estado!"); 
                document.suporte.cidade.focus(); 
				return false;
            }
			
			if (document.suporte.fone.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERROR! DDI + DDD + número del teléfono."); 
                document.suporte.fone.focus(); 
				return false;
            } 

			var ver_numero = "1234567890.- ";
            var sk15 = document.suporte.fone.value;
            var invalido = true;
            for (i = 0;  i < sk15.length;  i++){
            ch = sk15.charAt(i);
            for (j = 0;  j < ver_numero.length;  j++)
            if (ch == ver_numero.charAt(j))
            break;
            if (j == ver_numero.length){
            invalido = false;
            break;
            }}
            if (!invalido){
            alert("ERROR! El teléfono del campo debe contener solamente números!!!");
            document.suporte.fone.focus();
            return (false);
            }
			if (document.suporte.email.value !="")
				{
					email=document.suporte.email.value;
					if (email.indexOf("@",0) == -1)
					{
						alert("ERROR! Llena por favor su E-mail completo !");
						document.suporte.email.focus();
						return false;
					}
				}
				else
				{
					alert("ERROR! Llena por favor su email.");
					document.suporte.email.focus();
					return false;
				}
				
			    if (document.suporte.mensagem.value.length == 0) {
				alert("ERROR! El mensaje es un campo del obligator !");
				document.suporte.mensagem.focus();
				return false;	
			    }
           //  verificacao se digitou todos os digitos 
			    if (document.suporte.mensagem.value.length < 10) {
				alert("ERROR! El mensaje es un campo del obligator !");
				document.suporte.mensagem.focus();
				return false;	
			}
            




	}


//*****************************Verificação em Ingles******************88
//********************************************************************
//**********************************************************************

	 function verifica_datai () { 
			                   
						
			situacao = "";

			if (document.suporte.nome.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERRO! It types the name !"); 
                document.suporte.nome.focus(); 
				return false;
            }
			
			
			if (document.suporte.cidade.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERRO! It types the City and the State !"); 
                document.suporte.cidade.focus(); 
				return false;
            }
			
			if (document.suporte.fone.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERRO! DDI  + DDD + Number of the telephone."); 
                document.suporte.fone.focus(); 
				return false;
            } 

			var ver_numero = "1234567890.- ";
            var sk15 = document.suporte.fone.value;
            var invalido = true;
            for (i = 0;  i < sk15.length;  i++){
            ch = sk15.charAt(i);
            for (j = 0;  j < ver_numero.length;  j++)
            if (ch == ver_numero.charAt(j))
            break;
            if (j == ver_numero.length){
            invalido = false;
            break;
            }}
            if (!invalido){
            alert("ERROR! The Field Telephone Must Contain Only Numbers !!!");
            document.suporte.fone.focus();
            return (false);
            }
			if (document.suporte.email.value !="")
				{
					email=document.suporte.email.value;
					if (email.indexOf("@",0) == -1)
					{
						alert("ERROR! Please it fills Its Complete E-mail.");
						document.suporte.email.focus();
						return false;
					}
				}
				else
				{
					alert("ERROR! Please it fills its Email .");
					document.suporte.email.focus();
					return false;
				}
				
			    if (document.suporte.mensagem.value.length == 0) {
				alert("ERROR! The Message is an obligator field !");
				document.suporte.mensagem.focus();
				return false;	
			    }
           //  verificacao se digitou todos os digitos 
			    if (document.suporte.mensagem.value.length < 10) {
				alert("ERROR! The Message is an obligator field !");
				document.suporte.mensagem.focus();
				return false;	
			}
            




	}



//********************** verificação reserva ********************************
//**************************************************************************
//**************************************************************************



function verifica_datar () { 
			                   
						
			situacao = "";

			if (document.suporte.nome.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERRO! Digite o nome!"); 
                document.suporte.nome.focus(); 
				return false;
            }

			if (document.suporte.email.value !="")
				{
					email=document.suporte.email.value;
					if (email.indexOf("@",0) == -1)
					{
						alert("ERRO! Por Favor preencha Seu E-mail Completo.");
						document.suporte.email.focus();
						return false;
					}
				}
				else
				{
					alert("ERRO! Por Favor preencha seu Email .");
					document.suporte.email.focus();
					return false;
				}
				
			
			if (document.suporte.cidadeuf.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERRO! Digite a Cidade e o Estado!"); 
                document.suporte.cidadeuf.focus(); 
				return false;
            }
			
			if (document.suporte.fone.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERRO! Digite o DDD + Número do telefone."); 
                document.suporte.fone.focus(); 
				return false;
            } 

			var ver_numero = "1234567890.- ";
            var sk15 = document.suporte.fone.value;
            var invalido = true;
            for (i = 0;  i < sk15.length;  i++){
            ch = sk15.charAt(i);
            for (j = 0;  j < ver_numero.length;  j++)
            if (ch == ver_numero.charAt(j))
            break;
            if (j == ver_numero.length){
            invalido = false;
            break;
            }}
            if (!invalido){
            alert("ERRO! O Campo Telefone Deve Conter Apenas Números !!!");
            document.suporte.fone.focus();
            return (false);
            }
			
			ano = (document.suporte.entrada.value.substring(4,8));
			mes = (document.suporte.entrada.value.substring(2,4));
			dia = (document.suporte.entrada.value.substring(0,2));

            
            situacao = ""; 
			if (document.suporte.entrada.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("Digite a Data de Entrada!"); 
                document.suporte.entrada.focus(); 
				return false;
            } 
			            // verifica o dia valido para cada mes 
            if ((dia < 01)||(dia < 01 || dia > 30) && (  mes == 04 || mes == 06 || mes == 09 || mes == 11 ) || dia > 31) { 
                situacao = "falsa"; 
            } 

            // verifica se o mes e valido 
            if (mes < 01 || mes > 12 ) { 
                situacao = "falsa"; 
           } 

            // verifica se e ano bissexto 
            if (mes == 2 && ( dia < 01 || dia > 29 || ( dia > 28 && (parseInt(ano / 4) != ano / 4)))) { 
                situacao = "falsa"; 
            } 

			if (ano < 2006  ) { 
                situacao = "falsa"; 
           } 
			 
     
            if (document.suporte.entrada.value == "") { 
                situacao = "falsa"; 
            } 
     
            if (situacao == "falsa") { 
                alert("Data:"+dia+"-"+mes+"-"+ano+",inválida!"); 
                document.suporte.entrada.focus(); 
				return false;
            } 
		  

		  
		ano2 = (document.suporte.saida.value.substring(4,8));
		mes2 = (document.suporte.saida.value.substring(2,4));
		dia2 = (document.suporte.saida.value.substring(0,2));

            
            situacao = ""; 
			if (document.suporte.saida.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("Digite a Data de Saida!"); 
                document.suporte.saida.focus(); 
				return false;
            } 

	    // verifica o dia valido para cada mes 
            if ((dia2 < 01)||(dia2 < 01 || dia2 > 30) && (  mes2 == 04 || mes2 == 06 || mes2 == 09 || mes2 == 11 ) || dia2 > 31) { 
                situacao = "falsa"; 
            } 

            // verifica se o mes e valido 
            if (mes2 < 01 || mes2 > 12 ) { 
                situacao = "falsa"; 
           } 

            // verifica se e ano bissexto 
            if (mes2 == 2 && ( dia2 < 01 || dia2 > 29 || ( dia2 > 28 && (parseInt(ano2 / 4) != ano2 / 4)))) { 
                situacao = "falsa"; 
            } 

			if (ano2 < 2006 ) { 
                situacao = "falsa"; 
           } 
			 
     
            if (document.suporte.saida.value == "") { 
                situacao = "falsa"; 
            } 
     
            if (situacao == "falsa") { 
                alert("Data:"+dia2+"-"+mes2+"-"+ano2+",inválida!"); 
                document.suporte.saida.focus(); 
				return false;
            } 
			
			    if (document.suporte.observacoes.value.length == 0) {
				alert("O campo Observações é um campo obrigatório !");
				document.suporte.observacoes.focus();
				return false;	
			    }
           //  verificacao se digitou todos os digitos 
			    if (document.suporte.observacoes.value.length < 10) {
				alert("O campo Observações é um campo obrigatório !");
				document.suporte.observacoes.focus();
				return false;	
			}




	}


//********************** verificação reserva em Espanhol ********************************
//**************************************************************************
//**************************************************************************



	function verifica_datare () { 
			                   
						
			situacao = "";

			if (document.suporte.nome.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERRO! Mecanografía el nombre!"); 
                document.suporte.nome.focus(); 
				return false;
            }

			if (document.suporte.email.value !="")
				{
					email=document.suporte.email.value;
					if (email.indexOf("@",0) == -1)
					{
						alert("ERRO! Llena por favor su email completo .");
						document.suporte.email.focus();
						return false;
					}
				}
				else
				{
					alert("ERRO! Llena por favor su email  .");
					document.suporte.email.focus();
					return false;
				}
				
			
			if (document.suporte.cidadeuf.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERROR! Mecanografía la ciudad y el estado !"); 
                document.suporte.cidadeuf.focus(); 
				return false;
            }
			
			if (document.suporte.fone.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERROR!  mecanografía DDI + DDD + número del teléfono."); 
                document.suporte.fone.focus(); 
				return false;
            } 

			var ver_numero = "1234567890.- ";
            var sk15 = document.suporte.fone.value;
            var invalido = true;
            for (i = 0;  i < sk15.length;  i++){
            ch = sk15.charAt(i);
            for (j = 0;  j < ver_numero.length;  j++)
            if (ch == ver_numero.charAt(j))
            break;
            if (j == ver_numero.length){
            invalido = false;
            break;
            }}
            if (!invalido){
            alert("ERRO! El teléfono del campo debe contener solamente números !!!");
            document.suporte.fone.focus();
            return (false);
            }
			
			ano = (document.suporte.entrada.value.substring(4,8));
			mes = (document.suporte.entrada.value.substring(2,4));
			dia = (document.suporte.entrada.value.substring(0,2));

            
            situacao = ""; 
			if (document.suporte.entrada.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERROR! Mecanografía la fecha de la entrada!"); 
                document.suporte.entrada.focus(); 
				return false;
            } 
			            // verifica o dia valido para cada mes 
            if ((dia < 01)||(dia < 01 || dia > 30) && (  mes == 04 || mes == 06 || mes == 09 || mes == 11 ) || dia > 31) { 
                situacao = "falsa"; 
            } 

            // verifica se o mes e valido 
            if (mes < 01 || mes > 12 ) { 
                situacao = "falsa"; 
           } 

            // verifica se e ano bissexto 
            if (mes == 2 && ( dia < 01 || dia > 29 || ( dia > 28 && (parseInt(ano / 4) != ano / 4)))) { 
                situacao = "falsa"; 
            } 

			if (ano < 2006  ) { 
                situacao = "falsa"; 
           } 
			 
     
            if (document.suporte.entrada.value == "") { 
                situacao = "falsa"; 
            } 
     
            if (situacao == "falsa") { 
                alert("Fecha:"+dia+"-"+mes+"-"+ano+",inválido!"); 
                document.suporte.entrada.focus(); 
				return false;
            } 
		  

		  
		ano2 = (document.suporte.saida.value.substring(4,8));
		mes2 = (document.suporte.saida.value.substring(2,4));
		dia2 = (document.suporte.saida.value.substring(0,2));

            
            situacao = ""; 
			if (document.suporte.saida.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERROR! Mecanografía la fecha de la salida!"); 
                document.suporte.saida.focus(); 
				return false;
            } 

	    // verifica o dia valido para cada mes 
            if ((dia2 < 01)||(dia2 < 01 || dia2 > 30) && (  mes2 == 04 || mes2 == 06 || mes2 == 09 || mes2 == 11 ) || dia2 > 31) { 
                situacao = "falsa"; 
            } 

            // verifica se o mes e valido 
            if (mes2 < 01 || mes2 > 12 ) { 
                situacao = "falsa"; 
           } 

            // verifica se e ano bissexto 
            if (mes2 == 2 && ( dia2 < 01 || dia2 > 29 || ( dia2 > 28 && (parseInt(ano2 / 4) != ano2 / 4)))) { 
                situacao = "falsa"; 
            } 

			if (ano2 < 2006 ) { 
                situacao = "falsa"; 
           } 
			 
     
            if (document.suporte.saida.value == "") { 
                situacao = "falsa"; 
            } 
     
            if (situacao == "falsa") { 
                alert("Fecha:"+dia2+"-"+mes2+"-"+ano2+",inválido!"); 
                document.suporte.saida.focus(); 
				return false;
            } 
			
			    if (document.suporte.observacoes.value.length == 0) {
				alert("ERROR!  Los comentarios del campo son un campo del obligator !");
				document.suporte.observacoes.focus();
				return false;	
			    }
           //  verificacao se digitou todos os digitos 
			    if (document.suporte.observacoes.value.length < 10) {
				alert("ERROR!  Los comentarios del campo son un campo del obligator !");
				document.suporte.observacoes.focus();
				return false;	
			}




	}


//********************** verificação reserva em Ingles ********************************
//**************************************************************************
//**************************************************************************



	function verifica_datari () { 
			                   
						
			situacao = "";

			if (document.suporte.nome.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERROR! It types the name !"); 
                document.suporte.nome.focus(); 
				return false;
            }

			if (document.suporte.email.value !="")
				{
					email=document.suporte.email.value;
					if (email.indexOf("@",0) == -1)
					{
						alert("ERROR! Please it fills Its Complete email .");
						document.suporte.email.focus();
						return false;
					}
				}
				else
				{
					alert("ERROR! Please it fills its email .");
					document.suporte.email.focus();
					return false;
				}
				
			
			if (document.suporte.cidadeuf.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERROR! It types the City and the State!"); 
                document.suporte.cidadeuf.focus(); 
				return false;
            }
			
			if (document.suporte.fone.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERROR! DDI types + DDD + Number of the telephone ."); 
                document.suporte.fone.focus(); 
				return false;
            } 

			var ver_numero = "1234567890.- ";
            var sk15 = document.suporte.fone.value;
            var invalido = true;
            for (i = 0;  i < sk15.length;  i++){
            ch = sk15.charAt(i);
            for (j = 0;  j < ver_numero.length;  j++)
            if (ch == ver_numero.charAt(j))
            break;
            if (j == ver_numero.length){
            invalido = false;
            break;
            }}
            if (!invalido){
            alert("ERROR! The Field Telephone Must Contain Only Numbers !!!");
            document.suporte.fone.focus();
            return (false);
            }
			
			ano = (document.suporte.entrada.value.substring(4,8));
			mes = (document.suporte.entrada.value.substring(2,4));
			dia = (document.suporte.entrada.value.substring(0,2));

            
            situacao = ""; 
			if (document.suporte.entrada.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERROR! It types the Date of Entrance !"); 
                document.suporte.entrada.focus(); 
				return false;
            } 
			            // verifica o dia valido para cada mes 
            if ((dia < 01)||(dia < 01 || dia > 30) && (  mes == 04 || mes == 06 || mes == 09 || mes == 11 ) || dia > 31) { 
                situacao = "falsa"; 
            } 

            // verifica se o mes e valido 
            if (mes < 01 || mes > 12 ) { 
                situacao = "falsa"; 
           } 

            // verifica se e ano bissexto 
            if (mes == 2 && ( dia < 01 || dia > 29 || ( dia > 28 && (parseInt(ano / 4) != ano / 4)))) { 
                situacao = "falsa"; 
            } 

			if (ano < 2006  ) { 
                situacao = "falsa"; 
           } 
			 
     
            if (document.suporte.entrada.value == "") { 
                situacao = "falsa"; 
            } 
     
            if (situacao == "falsa") { 
                alert("It dates:"+dia+"-"+mes+"-"+ano+",invalid!"); 
                document.suporte.entrada.focus(); 
				return false;
            } 
		  

		  
		ano2 = (document.suporte.saida.value.substring(4,8));
		mes2 = (document.suporte.saida.value.substring(2,4));
		dia2 = (document.suporte.saida.value.substring(0,2));

            
            situacao = ""; 
			if (document.suporte.saida.value == "") { 
                situacao = "falsa"; 
            }
            if (situacao == "falsa") { 
                alert("ERROR! It types the Date of Exit!"); 
                document.suporte.saida.focus(); 
				return false;
            } 

	    // verifica o dia valido para cada mes 
            if ((dia2 < 01)||(dia2 < 01 || dia2 > 30) && (  mes2 == 04 || mes2 == 06 || mes2 == 09 || mes2 == 11 ) || dia2 > 31) { 
                situacao = "falsa"; 
            } 

            // verifica se o mes e valido 
            if (mes2 < 01 || mes2 > 12 ) { 
                situacao = "falsa"; 
           } 

            // verifica se e ano bissexto 
            if (mes2 == 2 && ( dia2 < 01 || dia2 > 29 || ( dia2 > 28 && (parseInt(ano2 / 4) != ano2 / 4)))) { 
                situacao = "falsa"; 
            } 

			if (ano2 < 2006 ) { 
                situacao = "falsa"; 
           } 
			 
     
            if (document.suporte.saida.value == "") { 
                situacao = "falsa"; 
            } 
     
            if (situacao == "falsa") { 
                alert("It dates:"+dia2+"-"+mes2+"-"+ano2+",invalid!"); 
                document.suporte.saida.focus(); 
				return false;
            } 
			
			    if (document.suporte.observacoes.value.length == 0) {
				alert("ERROR! The field Comments is an obligator field !");
				document.suporte.observacoes.focus();
				return false;	
			    }
           //  verificacao se digitou todos os digitos 
			    if (document.suporte.observacoes.value.length < 10) {
				alert("ERROR! The field Comments is an obligator field !");
				document.suporte.observacoes.focus();
				return false;	
			}




	}



