salve da buon fruitore del forum mi sono tirato giu uno script
che mi apre unapo up, questo

in frame on timeline:

fscommand("allowscale", false);
function openBRwindow(url, name, toolbar, location, status, menubar, scrollbars, resizable, width, heigth) {
pend++;
// link, titolo, toolbar, location, status, menubar, scrollbars, resizable, width, heigth
features = (toolbar) ? 'toolbar=yes,' : 'toolbar=no,';
features += (location) ? 'location=yes,' : 'location=no,';
features += (status) ? 'status=yes,' : 'status=no,';
features += (menubar) ? 'menubar=yes,' : 'menubar=no,';
features += (scrollbars) ? 'scrollbars=yes,' : 'scrollbars=no,';
features += (resizable) ? 'resizable=yes,' : 'resizable=no,';
getURL("javascript:window.open('"+url+"','"+name+" _"+pend+"','"+features+"width="+width+", height="+heigth+"');void(0);");
}

in bottone:

on (release) {
openBRwindow('gal/gal1/sgal1/galleria1.html', 'MyTitle', toolbar, location, status, menubar, scrollbar, resizable, ww, hh);
}

il fatto è che io vorrei aprire la po pup in una posizione specifica cioè a in alto a sx dello schermo (tipo 50,50)
pero mica ho capito dove dovrei mettere le coordinate
non è che qualcuno mi aiuta?