H = new Image(); H.src = "../headers/jsh.gif";
S = new Image(); S.src = "../headers/jss.gif";
B = new Image(); B.src = "../headers/blu.gif";
M = new Image(); M.src = "../headers/jsm.gif";
W = new Image(); W.src = "../headers/jsw.gif";
N = new Image(); N.src = "../headers/map.gif";
V = new Image(); V.src = "../headers/home.gif";
A = new Image(); A.src = "../headers/ai.gif";
Z = new Image(); Z.src = "../headers/aig.gif";

var BgColors = new Array("#ffffff","#ffffff","#cccccc","#000000");
var MyLogo1 = "aisee_2sw.gif";
var MyLogo2 = "aisee_1sw.gif";
var MyLogo3 = "aicall_1sw.gif";

function ai(n,k,i,l)
{
  document.images[n].src = eval(k+'.src');
  document.images[n+i].src = eval(l+'.src');
}

function bi(m,j)
{
  document.images[m].src = eval(j+'.src');
}

function ExtraForm()
{
  document.Search.Lxtri.value = navigator.appName + ", " + navigator.userAgent;
  document.Search.Lxone.value = screen.width;
  document.Search.Lxtwo.value = screen.height;
}

function ShowLogo1()
{
  MyLogo1 = "aisee_2"+document.SL1.C1.options[document.SL1.C1.options.selectedIndex].value+document.SL1.B1.options[document.SL1.B1.options.selectedIndex].value+".gif";
  document.images["Logo1"].src = MyLogo1;
  if(document.getElementById)
  {
    document.getElementById("bglogo1").style.background = BgColors[document.SL1.B1.options.selectedIndex];
  }
}

function ShowLogo2()
{
  MyLogo2 = "aisee_1"+document.SL2.C2.options[document.SL2.C2.options.selectedIndex].value+document.SL2.B2.options[document.SL2.B2.options.selectedIndex].value+".gif";
  document.images["Logo2"].src = MyLogo2;
  if(document.getElementById)
  {
    document.getElementById("bglogo2").style.background = BgColors[document.SL2.B2.options.selectedIndex];
  }
}

function ShowLogo3()
{
  MyLogo3 = "aicall_1"+document.SL3.C3.options[document.SL3.C3.options.selectedIndex].value+"w.gif";
  document.images["Logo3"].src = MyLogo3;
}

function LogoFile1()
{
  self.location.href = MyLogo1;
}

function LogoFile2()
{
  self.location.href = MyLogo2;
}

function LogoFile3()
{
  self.location.href = MyLogo3;
}
