window.open("alanis_morissette_biografia.htm",""," width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars=yes");
x il primo problema, puoi passare l' indirizzo come parametro della funzione:
<script type="text/javascript">
<!--
function Centrata(indirizzo) {
var w = 400;
var h = 250;
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);
window.open(indirizzo,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}
//-->
</script>
alanis morissette
ciao