|
|
От: | Nuschkin | |
| Дата: | 27.10.04 15:04 | ||
| Оценка: | |||
function movr() {
window.moveTo((screen.width-window.width)/2, (screen.height-window.height)/2);
}function movr() {
var wt=screen.width/2-window.width/2;
var hg=screen.height/2-window.height/2;
window.moveTo(wt,hg);
}