aquí la función
<script language="javascript1.2" type="text/javascript">
function showNew(noticia) {
var w;
var ancho = 800, alto = 600;
var x, y;
if(window.screen) {
x = ((screen.width - ancho) >> 1);
y = ((screen.height - alto) >> 1);
}
if(document.all)
w = window.open(noticia, "_blank", "menubar=yes, width=" + ancho + ", height=" + alto + ", left=" + x + ", top=" + y + ", dependent=yes, resizable=yes, scrollbars=yes");
else
w = window.open(noticia, "_blank", "menubar=yes, width=" + ancho + ", height=" + alto + ", screenx=" + x + ", screeny=" + y + ", dependent=yes, resizable=yes, scrollbars=yes");
w.focus();
}
//-->
</script>
aquí como la mando a escribir
response.write "<LI><A HREF=""#"" onclick=""javascript: showNew('noticias/" & nota &"#"& cnota &"')"" class='nota' target='_blank'>"& strLine &"</A></LI>"
graciasss
![borracho](http://static.forosdelweb.com/fdwtheme/images/smilies/borracho.png)