naut = new Image();
naut.src = "images/m2_01.gif";
prot = new Image();
prot.src = "images/m2_02.gif";
mueb = new Image();
mueb.src = "images/m2_04.gif";
serv = new Image();
serv.src = "images/m2_05.gif";
emp = new Image();
emp.src = "images/m2_07.gif";
cont = new Image();
cont.src = "images/m2_08.gif";

var ventana = 0;
var izquierdo = (screen.width - 355) / 2;
var superior = (screen.height - 400) / 2;

function abrePopUp(file,w,h) {
	if(ventana){
		if(!ventana.closed) ventana.close();
	}
  	ventana = open(''+file+'','','width='+w+',height='+h+',resizable=no,left='+izquierdo+',top='+superior+',scrollbars=no');
}
function abrePopUpB(file,w,h) {
	if(ventana){
		if(!ventana.closed) ventana.close();
	}
  	ventana = open(''+file+'','','width='+w+',height='+h+',resizable=no,left='+izquierdo+',top='+superior+',scrollbars=yes');
}

function loadnews(link,container,article) {
	document.getElementById(container).src = "images/pix.gif";
	document.getElementById(container).src = "images/prensa/art" + article + ".jpg";
	document.getElementById(selected).className = "linkable textoN";
	document.getElementById(link).className = "linkable tituloN";
	selected = link;
}
