ci sono riuscito grazie!
era proprio come hai detto tu, avendo lo stesso nome si sovrascrivevano

adesso ho questo codice:

<script type="text/javascript">
<!--
function Popup1() {
var w = 702;
var h = 507;
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);
window.open("INDIRIZZO PRIMA STANZA","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}
//-->
</script>
<center><div>
<a href="javascript:Popup1()">NOME PRIMA STANZA<a/></center>
commento2<ul>[/list]
<script type="text/javascript">
<!--
function Popup2() {
var w = 702;
var h = 507;
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);
window.open("INDIRIZZO SECONDA STANZA","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}
//-->
</script>
<center>
<a href="javascript:Popup2()">NOME SECONDA STANZA<a/></center>
commento2<ul>[/list]
<script type="text/javascript">
<!--
function Popup3() {
var w = 702;
var h = 507;
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);
window.open("INDIRIZZO TERZA STANZA","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}
//-->
</script>
<center>
<a href="javascript:Popup3()">NOME TERZA STANZA<a/></center>
commento3<ul>[/list]
<script type="text/javascript">
<!--
function Popup4() {
var w = 702;
var h = 507;
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);
window.open("INDIRIZZO QUARTA STANZA","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}
//-->
</script>
<center>
<a href="javascript:Popup4()">NOME QUARTA STANZA<a/></center>

è funzionante però mi hai messo una pulce in testa ...posso sfoltirlo in qualche modo?
con il codice che mi hai dato -----> Entra in chat
le finestre funzionavano però aprivano una pagina grande invece che una piccola finestra come serve a me ...non c'è una via di mezzo per far andare lo script con meno codice possibile?

grazie ancora