var anchoPreview=0; var altoPreview=0; if (window.screen){ anchoPreview = (screen.width - 780)/2; altoPreview = (screen.height - 580)/2; } function previewPortal(enlace,abrir){ var aux="http://www.aytojaen.es/portal"; aux = aux + '/p_20_contenedor1.jsp'+"?seccion="; enlace=enlace.substring(2,enlace.length); if(aux.indexOf("?") == -1) aux = aux + enlace; else enlace = enlace.replace('?','&'); aux = aux + enlace; if(aux.indexOf("?") == -1) aux+="?language="+'es'; else aux+="&language="+'es'; aux+="&codResi="+1; aux+="&layout="+'p_20_contenedor1.jsp'; if(abrir == "1") open(aux,"","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=800,height=600,top="+altoPreview+",left="+anchoPreview+""); else{ parent.location.href=aux; } }