Summary Table
Categories |
Total Count |
PII |
0 |
URL |
0 |
DNS |
0 |
EKL |
0 |
IP |
0 |
PORT |
0 |
VsID |
0 |
CF |
0 |
AI |
0 |
VPD |
0 |
PL |
0 |
Other |
0 |
File Content
// WebHelp 5.10.001
var gIEA = new Array();
function aGE(sName, sDef)
{
var len = gIEA.length;
gIEA[len] = new gloEntry(sName, sDef);
}
function gloEntry(sName, sDef)
{
this.sName = sName;
this.sDef = sDef;
this.nNKOff = 0;
}
function window_OnLoad()
{
if (parent && parent != this) {
if (parent.putData)
{
parent.putData(gIEA);
}
}
}
window.onload = window_OnLoad;