*** empty log message ***

This commit is contained in:
sebastian 2005-04-28 16:41:13 +00:00
parent 95deecc9a4
commit bf52970576
3 changed files with 7 additions and 4 deletions

View file

@ -49,7 +49,7 @@
Pwidth = window.innerWidth;
Pheight = window.innerHeight;
}
url = url + '&is_popup=1';
screenX = (Xpos + Pwidth/2 - width/2);
screenY = (Ypos + Pheight/2 - height/2);
@ -61,8 +61,8 @@
function hpopup(url, name)
{
var width = 50;
var height = 50;
var width = 160;
var height = 120;
var screenX;
var screenY;
var Xpos;