<!--
function mail(texto,cine,eventos,noticias){

    var mailres = true;            
    var cadena = "abcdefghijklmnñopqrstuvwxyzABCDEFGHIJKLMNÑOPQRSTUVWXYZ1234567890@._-";
    
    var arroba = texto.value.indexOf("@",0);
    if ((texto.value.lastIndexOf("@")) != arroba) arroba = -1;
    
    var punto = texto.value.lastIndexOf(".");
                
    for (var contador = 0 ; contador < texto.value.length ; contador++){
    	if (cadena.indexOf(texto.value.substr(contador, 1),0) == -1){
        	mailres = false;
            break;
	     }
    }

	if ((arroba > 1) && (arroba + 1 < punto) && (punto + 1 < (texto.value.length)) && (mailres == true) && (texto.value.indexOf("..",0) == -1)){
    	mailres = true;
	}else{
    	alert(mailres = 'Ha introducido un e-mail que no es Válido');
		mailres= false;
	}
	if(cine.checked != true && eventos.checked != true && noticias.checked != true ){
		alert(mailres = 'Elija la lista a la que desea suscribirse'); 
		mailres=false;
	}
	texto.focus();
    return mailres;
} 
function MasTxtO() {
	var divID = document.body;
	divID.style.fontSize =  0.725 + "em";
	document.getElementById("main").style.fontSize =0.725 + "em";
}
function MediaO() {
	var divID = document.body;
	divID.style.fontSize = "x-small";
	document.getElementById("main").style.fontSize ="x-small";
}
function MenosTxtO() {
	var divID = document.body;
	divID.style.fontSize =  0.525 + "em";
	document.getElementById("main").style.fontSize =0.525 + "em";
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function WriteMiddleFlash(Path,Width,Height,Transparent){
	 var Temp,T=""
	 Temp='<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="FlashH" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="'+Width+'" height="'+Height+'">'
	 Temp+='<param name="movie" value="'+Path+'"/>'
	 Temp+='<param name="quality" value="High"/>'
	 Temp+='<param name="scale" value="ExactFit"/>'
	 Temp+='<param name="wmode" value="transparent"/>'
	 //if (Transparent) {Temp+=' <param name="wmode" value="transparent"/>';T='wmode="transparent"'}
	 Temp+='<embed src="'+Path+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="FlashH" width="'+Width+'" height="'+Height+'" quality="High"'+T+' scale="ExactFit" wmode="transparent"  />'
	 Temp+='</object>'
	 document.getElementById("FlashMiddle").innerHTML=Temp
	 
}

//-->