*** empty log message ***

This commit is contained in:
sebastian 2005-03-21 16:44:37 +00:00
parent 1b44662fc3
commit fa7bee7ac7
16 changed files with 475 additions and 880 deletions

View file

@ -60,15 +60,15 @@
function hpopup(url, name)
{
var width = 10;
var height = 10;
var width = 50;
var height = 50;
var screenX;
var screenY;
var Xpos;
var Ypos;
var Pwidth;
var Pheight;
if (ie5) {
Xpos = window.screenLeft;
Ypos = window.screenTop;