version 1.43, 2002/02/15 19:53:09
|
version 1.44, 2002/03/18 14:25:49
|
Line 53 Jan Guy Albertelli
|
Line 53 Jan Guy Albertelli
|
|
|
<script type="text/javascript"> |
<script type="text/javascript"> |
<!-- |
<!-- |
statustop=''; |
var statustop = ''; |
statusbot=''; |
var statusbot = ''; |
active=0; |
var active = 0; |
|
|
imgpath='/res/adm/pages/'; |
var imgpath='/res/adm/pages/'; |
|
|
var currentURL=''; |
var currentURL=''; |
var currentStale=1; |
var currentStale=1; |
Line 79 var w_LONcatInfo_flag=-1;
|
Line 79 var w_LONcatInfo_flag=-1;
|
// -1 means never yet opened/defined |
// -1 means never yet opened/defined |
/////////////////////////////////////// |
/////////////////////////////////////// |
|
|
hr=new Array; |
var hr = new Array; |
db=new Array; |
var db = new Array; |
dt=new Array; |
var dt = new Array; |
|
|
|
for (var i=1;i<=3;i++) { |
|
for (var j=1;j<=10;j++) { |
|
var index = 10*j+i; |
|
hr[index]=null; |
|
db[index]=null; |
|
dt[index]=null; |
|
} |
|
} |
|
|
clienthost=window.location.host; |
var clienthost=window.location.host; |
clientwindow=opener; |
var clientwindow=opener; |
|
|
function windowcheck() { |
function windowcheck() { |
if (clientwindow.closed) { |
if (clientwindow.closed) { |