*** empty log message ***

This commit is contained in:
sebastian 2005-07-29 13:43:27 +00:00
parent 9d13994d07
commit a264b42824
10 changed files with 107 additions and 106 deletions

View file

@ -68,13 +68,14 @@
{
var width = 160;
var height = 120;
var name = Math.random();
var name = Math.round(Math.random()*100000);
var screenX;
var screenY;
var Xpos;
var Ypos;
var Pwidth;
var Pheight;
var popupwin;
if (ie5) {
Xpos = window.screenLeft;