<!--//

function descarga(nomFichero){
		document.form1.fichero.value=nomFichero;
		//window.open ("popup_zip.html","descargas","width=468, height=280")
		var newWindow = window.open("popup_zip.html","descargas","width=468, height=280");
    newWindow.moveTo( (screen.width-468)/2, (screen.height-280)/2 );
    newWindow.focus();
	}

function descarga2(nomFichero)
	{
		//alert(window.opener.document.descarga.fichero.value);
		document.location.href=window.opener.document.form1.fichero.value;
	
	}

function maximizar(url,width,height,name) {
		window.open(url,name,'width=' + width+ ',height=' + height + ',toolbars=no,scrolling=no,scrollbars=no, left=10,top=10,resizable=no');
}

function empleo(){
	window.open('http://www.cicesa.com/diseno/recursos/ofertas_empleo.html','empleo','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=480,height=699,left=30,top=5');
}

//-->
