cosi:


<script type="text/javascript">
var fullWin;
function openFull() {
fullWin = window.open('roomsrent.htm','popupwin','height=700 ,width=1000','location=yes');
var _x = ((screen.width/2) - 500);
var _y = ((screen.height/2) - 350);
fullWin.moveTo(_x,_y);
}
</script>

nell'html che contiene il pulsante flash che poi apre la finestra in questione?

ho provato non succede nulla...