function openPubli()
{	window.open("publicidad.html","Publicidad_1","width=720,height=450,scrollbars=1");
	window.open("publicidad2.html","Publicidad_2","width=720,height=450,scrollbars=1");
}
function validarForm(F)
{	return(
		valName(F.nombre.value) && valMail(F.email.value) && valTipoSusc(F.tiposusc)
	);
}
function valTipoSusc(susc)
{	for(var x=0,i=0;i<susc.length;i++){ 
  	if(susc[i].checked) 
		{	
			return true;
		}
  }
	alert("Es necesario que elija una opción: Estudiante - Profesional - Otros");
	return false
}
function valName(nombre)
{	var cad = "Debe llenar el campo: Nombre, por favor. Gracias."
	if( nombre == "" || nombre == "( * )")
	{	alert(cad); return false;	}
	else
		return true;
}
function valMail(email)
{	var cad = "La siguiente dirección electrónica: " + email + ", no es válida"
      + "\nPor favor, ingrese una dirección válida.";
	if( email.indexOf('@',0) <= 0 || email.indexOf('.',0) <= 0 || email.indexOf(';',0) != -1
     || email.indexOf(' ',0) != -1 || email.indexOf('/',0) != -1
     || email.indexOf(';',0) != -1 || email.indexOf('<',0) != -1
     || email.indexOf('>',0) != -1 || email.indexOf('*',0) != -1
     || email.indexOf('|',0) != -1 || email.indexOf('`',0) != -1
     || email.indexOf('&',0) != -1 || email.indexOf('$',0) != -1
     || email.indexOf('!',0) != -1 || email.indexOf('"',0) != -1
     || email.indexOf(':',0) != -1 || email=="")
	{ alert(cad); return false; }
    else return true;
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}
function derecha(e)
{	//cad_1 = 'Editora 955' , cad_2 = Diseñado por : www.catmedia.com.pe';
	if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))
	{	alert('Botón derecho inhabilitado');
		return false;
	}
	else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2))
	{	//break;
		alert("AMPEX - Asociación Macroregional de Productores para la Exportación  \r\rEs un portal web diseñado y administrado por CATmedia\r\rwww.catmedia.com.pe");
	}
}
document.onmousedown=derecha
//******************************************************

function PNG_loader() { 
   for(var i=0; i<document.images.length; i++) { 
      var img = document.images[i]; 
      var imgName = img.src.toUpperCase(); 
      if (imgName.substring(imgName.length-3, imgName.length) == "PNG") { 
         var imgID = (img.id) ? "id='" + img.id + "' " : ""; 
         var imgClass = (img.className) ? "class='" + img.className + "' " : ""; 
         var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "; 
         var imgStyle = "display:inline-block;" + img.style.cssText; 
         if (img.align == "left") imgStyle += "float:left;"; 
         if (img.align == "right") imgStyle += "float:right;"; 
         if (img.parentElement.href) imgStyle += "cursor:hand;"; 
         var strNewHTML = "<span " + imgID + imgClass + imgTitle 
            + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";" 
            + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader" 
            + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>"; 
         img.outerHTML = strNewHTML; 
         i--; 
      } 
   } 
} 
function Ocultar(publi,lb){ 
	//location.href = "http://www.ampex.com.pe/presentacion.php";
	if (publi.style.display=="none")
	{	//publi.style.display="block";
		document.getElementById('publi').style.display ="block";
		document.getElementById('publi').style.visibility ='visible';
		lb.innerHTML="CERRAR  PUBLICIDAD";
	}
	else
	{	//publi.style.display="none";
		document.getElementById('publi').style.visibility ='hidden';
		document.getElementById('publi').style.display ="none";
		lb.innerHTML="ABRIR PUBLICIDAD";
	}
}
window.attachEvent("onload", PNG_loader);

function taman(_big,_smal)
{	if(ImgPublic.width < _big)
		ImgPublic.width = _big;
	else
		ImgPublic.width = _smal;
	
}
