You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
354 B

cssDir = "aaa/";
imageDir = "images/";
document.write('<link rel="stylesheet" type="text/css" href="' +cssDir+ 'style.css">\n');
function JSWindow(title, oContent, x, y, id, width, popupColor, minimizeIcon)
{
this.title = title;
this.oContent = oContent;
this.width = width;
this.x = x;
this.y = y;
this.id = id;
this.bgcolor = popupColor;