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="./"; 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+="?codResi=1&language="+'es'; else aux+="&codResi=1&language="+'es'; 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; } }