// Mouseover-preload and popup window script Copyright © Bob Farnsworth
// Browser identification
bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
if ((bName == "Netscape" && bVer>=3) ||
(bName == "Microsoft Internet Explorer" && bVer >= 4)) br = "n3";
else br = "n2";
if (br== "n3")
// Mouseover-preload script
{
img11 = new Image();img11.src = "black.gif";
img12 = new Image();img12.src = "gob.gif";
img21 = new Image();img21.src = "black.gif";
img22 = new Image();img22.src = "gob.gif";
img31 = new Image();img31.src = "black.gif";
img32 = new Image();img32.src = "gob.gif";
img41 = new Image();img41.src = "black.gif";
img42 = new Image();img42.src = "gob.gif";
img51 = new Image();img51.src = "black.gif";
img52 = new Image();img52.src = "gob.gif";
img61 = new Image();img61.src = "black.gif";
img62 = new Image();img62.src = "gob.gif";
img71 = new Image();img71.src = "black.gif";
img72 = new Image();img72.src = "gob.gif";
img81 = new Image();img81.src = "black.gif";
img82 = new Image();img82.src = "gob.gif";
img91 = new Image();img91.src = "black.gif";
img92 = new Image();img92.src = "gob.gif";
}
function swap(imgLocation) {
  if(document.images) {
    document.images[imgLocation].src = eval(imgLocation + "2.src");
  }
}
function swapback(imgLocation) {
  if(document.images) {
    document.images[imgLocation].src = eval(imgLocation + "1.src");
  }
}
// Popup Window script
function icqpager() {
window.open('pager.htm','icqpager','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=330,height=260');
}