function Anim1()
{
  document.Ad1.Lxtri.value = navigator.appName + ", " + navigator.userAgent;
  document.Ad1.Lxone.value = screen.width;
  document.Ad1.Lxtwo.value = screen.height;
}
function Anim2()
{
  document.Ad2.Lxtri.value = navigator.appName + ", " + navigator.userAgent;
  document.Ad2.Lxone.value = screen.width;
  document.Ad2.Lxtwo.value = screen.height;
}
function Anim3()
{
  document.Ad3.Lxtri.value = navigator.appName + ", " + navigator.userAgent;
  document.Ad3.Lxone.value = screen.width;
  document.Ad3.Lxtwo.value = screen.height;
}
function Anim4()
{
  document.Ad4.Lxtri.value = navigator.appName + ", " + navigator.userAgent;
  document.Ad4.Lxone.value = screen.width;
  document.Ad4.Lxtwo.value = screen.height;
}
function Anim5()
{
  document.Ad5.Lxtri.value = navigator.appName + ", " + navigator.userAgent;
  document.Ad5.Lxone.value = screen.width;
  document.Ad5.Lxtwo.value = screen.height;
}
function Xadl()
{
  document.ADL.Lxone.value = navigator.appName + ", " + navigator.userAgent;
  document.ADL.Lxtwo.value = screen.width + "*" + screen.height;
  if (navigator.appName == "Netscape")
  {
    document.ADL.Lxtwo.value += "*" + window.outerWidth + "*" + window.outerHeight;
  }
}

