<!-- H.O.L.Y. Army source, images, and content are copyright 2003. All Rights Reserved Worldwide. -->

<!--

<!-- Redirects according to screen resolution -->

function jump()
{
 if(screen.width < 1024)
  {
   window.location = 'low/calltoarms.htm';
  }
 else if(screen.width >= 1024)
  {
   window.location = 'high/calltoarms.htm';
  }
 else
  {
   window.location = 'low/calltoarms.htm';
  }
}

<!-- Redirects in Member Section according to screen resolution -->

function memberJump()
{
 if(screen.width < 1024)
  {
   window.location = 'low/index.htm';
  }
 else if(screen.width >= 1024)
  {
   window.location = 'high/index.htm';
  }
 else
  {
   window.location = 'low/index.htm';
  }
}

// -->

<!-- H.O.L.Y. Army source, images, and content are copyright 2003. All Rights Reserved Worldwide. -->
