NN4 = (document.layers)? true:false
IE4 = (document.all)? true:false
	
	function enviar(nom){
		eval('document.forms.'+nom+'.submit()');	
	}

	function abrirventanita(){

		var tamleft=eval((screen.width/2)-350);
		var tamtop=eval((screen.height/2)-95);		
		window.open('../servicios/miabc.html','miABC','width=477,height=203,top='+tamtop+',left='+tamleft+',directories=0,resizable=0,location=0,status=0,scrollbars=0,toolbar=0,menubar=0,titlebar=0');
	}
	
	function abrirventanitahome(){

		var tamleft=eval((screen.width/2)-350);
		var tamtop=eval((screen.height/2)-95);		
		window.open('servicios/miabc.html','miABC','width=477,height=203,top='+tamtop+',left='+tamleft+',directories=0,resizable=0,location=0,status=0,scrollbars=0,toolbar=0,menubar=0,titlebar=0');
	}
	function abrirAviso(){

		var tamleft=eval((screen.width/2)-350);
		var altoven=eval(screen.height);
		var tamtop=0;
		
		if (altoven > 601){		
			tamtop=eval((screen.height/2)-270);				
		}		
		window.open('../servicios/avisolegal.html','AvisoLegal','width=510,height=500,top='+tamtop+',left='+tamleft+',directories=0,resizable=0,location=0,status=0,scrollbars=1,toolbar=0,menubar=0,titlebar=0');
	}
	function abrirAvisoHome(){

		var tamleft=eval((screen.width/2)-350);
		var altoven=eval(screen.height);
		var tamtop=0;
		
		if (altoven > 601){		
			tamtop=eval((screen.height/2)-270);				
		}		
		window.open('servicios/avisolegal.html','AvisoLegal','width=510,height=500,top='+tamtop+',left='+tamleft+',directories=0,resizable=0,location=0,status=0,scrollbars=1,toolbar=0,menubar=0,titlebar=0');
	}


	function abrirEspeciales(){

		var tamleft=eval((screen.width/2)-350);
		var altoven=eval(screen.height);
		var tamtop=0;
		
		if (altoven > 601){		
			tamtop=eval((screen.height/2)-270);				
		}		
		window.open('../gnrl/reportajes.htm','Reportajes','width=420,height=420,top='+tamtop+',left='+tamleft+',directories=0,resizable=0,location=0,status=0,scrollbars=1,toolbar=0,menubar=0,titlebar=0');
	}

	function abrirEspecialesHome(){

		var tamleft=eval((screen.width/2)-350);
		var altoven=eval(screen.height);
		var tamtop=0;
		
		if (altoven > 601){		
			tamtop=eval((screen.height/2)-270);				
		}		
		window.open('gnrl/reportajes.htm','Reportajes','width=420,height=420,top='+tamtop+',left='+tamleft+',directories=0,resizable=0,location=0,status=0,scrollbars=1,toolbar=0,menubar=0,titlebar=0');
	}