//
// MultiZona.com  (c) 2004
// http://www.multizona.com/
//

// Boton envio News
function Enviar() 
   {
       if ( vEmail() )
          {
          document.News.submit();
          }

   }

// Validacion Email
function vEmail() 
    {
	if (document.News.Email.value == "")
           {
             alert('\nDebés ingresar tu e-mail.');
             document.News.Email.focus();
             return(false);
        }

        if (document.News.Email.value.indexOf('@',0)==-1 || document.News.Email.value.indexOf('@',0)== 0 ||
          document.News.Email.value.indexOf('.',0)==-1)
             {
                 alert('\nLa dirección de e-mail no es válida.');
                 document.News.Email.focus();
                 return(false);
              }
             else { return(true); }
    }
// -->


// Boton votacion encuesta
function Votar()
{
	document.encuesta780.submit()
}

<!--
// Ventana Nueva
	function Ventana(desktopURL)  
      { 
	  var desktop = window.open( desktopURL, "_blank", "width=430,height=305,scrollbars=yes,resizable=no");
      }
// -->

<!--
// Ventana Nueva
	function Formulario(desktopURL)  
      { 
	  var desktop = window.open( desktopURL, "_blank", "width=760,height=400,scrollbars=yes,resizable=yes");
      }
// -->

// MENÚ LEFT - Conexión Manual InterGratis.com
<!--
function TelCam(){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions;
cross_el.innerHTML=document.verphone.ciudadtel.options[document.verphone.ciudadtel.selectedIndex].value;
}

//-->
