'); } function realizarBusqueda(parametrosBusqueda) { var sUrl = "/PLTS/public/GBNR/FRONT/servlet/GBNRBuscadorSrv.asp?criterioBusqueda="+parametrosBusqueda+"&sTipoAccion=BUSCAR&hash="+(new Date()).getTime(); var ventana_prev = window.open(sUrl, "dd"+(new Date().getTime()), "width="+(screen.width-10)+",height="+(screen.height-200)+",top=2,left=2,scrollbars,menubar,status,toolbar,location"); } function abreAgenda(usuario, hojaEstilos, sufijo) { ancho_ventana = 790; alto_ventana = 560; ventana_left = (screen.width - ancho_ventana)/2; ventana_top = (screen.height - alto_ventana - 25)/2; if (hojaEstilos == '') { document.envio.zona.value="estilos_CEU_home.css"; } else { document.envio.zona.value=hojaEstilos; } if (sufijo == '' ) { document.envio.zona2.value="home"; } else { document.envio.zona2.value=sufijo; } if (usuario == '' ) { usuario = "CEU" } ventana = window.open("/PLTS/public/AGND/FRONT/servlet/AGNDAgendaSrv.asp?IdIdioma=01&IdAgenda=USPC_AGND&IdSite=USPC&IdEmpresa=CEU&idUsuarioAgenda=" + usuario + "&menu=1&eventos_mes=1","agenda","resizable=no,width=" + ancho_ventana + ",height=" + alto_ventana + ",top=" + ventana_top + ",screenY=" + ventana_top + ",left=" + ventana_left + ",screenX=" + ventana_left + ""); }