languages=new Image();
languages.src="http://www.infoco.es/es/images/home_r1_c1.gif";
espanolb=new Image();
espanolb.src="http://www.infoco.es/es/images/espanol.gif";

languages=new Image();
languages.src="http://www.infoco.es/es/images/home_r1_c1.gif";
inglesb=new Image();
inglesb.src="http://www.infoco.es/es/images/english.gif";

pdf=new Image();
pdf.src="http://www.infoco.es/es/images/home_r3_c1.gif";
pdfb=new Image();
pdfb.src="http://www.infoco.es/es/images/pdf.gif";

products=new Image();
products.src="http://www.infoco.es/es/images/home_r3_c2.gif";
pimb=new Image();
pimb.src="http://www.infoco.es/es/images/kiosk.gif";

products=new Image();
products.src="http://www.infoco.es/es/images/home_r3_c2.gif";
rnb=new Image();
rnb.src="http://www.infoco.es/es/images/rn.gif";


function cambiar(img1,img2)
{
	document.images[img1].src=eval(img2+'.src');
}

function loadpage()
{
	var sCode="";
	
	document.getElementById("imagenes").innerHTML=sCode;
}

function windowAviso(){
	window.open("http://www.infoco.es/es/avisolegal.asp","AvisoLegal","width=395, height=250, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no");
}

function windowPrivacy(){
	window.open("http://www.infoco.es/es/privacy.asp","AvisoLegal","width=595, height=450, location=no, menubar=no, status=no, toolbar=no, scrollbars=yes, resizable=no");
}