if (window.focus) {
  self.focus();
}
if (document.images)
  {
  welcome = new Image(); welcome.src = "nav/welcome.gif"   
  iteka   = new Image(); iteka.src   = "nav/itapu.gif"       
  devlp   = new Image(); devlp.src   = "nav/devlp.gif"       
  prvd    = new Image(); prvd.src    = "nav/prvd.gif"        
  intra   = new Image(); intra.src   = "nav/intra.gif"      
  ntwk    = new Image(); ntwk.src    = "nav/ntwk.gif"     
  stor    = new Image(); stor.src    = "nav/stor.gif"
  hldra   = new Image(); hldra.src   = "nav/hldra.gif" 
  intr    = new Image(); intr.src    = "nav/intr.gif" 
  newin   = new Image(); newin.src   = "nav/newin.gif"
  notav   = new Image(); notav.src   = "nav/notav.gif"
  pgon    = new Image(); pgon.src    = "nav/pgon.gif"              
  up      = new Image(); up.src      = "nav/top_off.gif"  
  upon    = new Image(); upon.src    = "nav/top_on.gif"                             
  }
else
  {
  welcome = ""; iteka = ""; delvp = ""; prvd = ""; intra = ""
  ntwk = ""; stor = ""; hldra  = ""; intr = ""; newin = "" 
  notav = ""; pgon = ""; up = ""; upon = ""
  document.upImg = ""; document.hldrImg = ""; document.hldraImg = "";
  }
  
  function buildArray() {
  var a = buildArray.arguments;
  for (i=0; i<a.length; i++) {
    this[i] = a[i];
  }
  this.length = a.length;
}

var urls1 = new buildArray("",
"http://www.iteka.com/index.php",
"http://www.iteka.com/about.php",
"http://www.iteka.com/services.php",
"http://www.westwebs.com/index.html",
"http://www.affinity.net/magic.pl?client_id=4378&location=1",
"http://www.iteka.com/portfolio.php",
"http://www.iteka.com/notav.htm",
"http://www.iteka.com/guestbk.php",
"javascript:popup()",
"http://www.iteka.com/contact.php",
"http://LD.net/7.5/44545444",
"http://www.iteka.com/cgi-bin/classifieds.cgi");

function go(which, num, win) {
  n = which.selectedIndex;
  if (n != 0) {
    var url = eval("urls" + num + "[n]")
    if (win) {
      openWindow(url);
    } else {
      location.href = url;
    }
  }
}

function popup(name){
window.name = "main";  window.open('feedbk.php','Remote','width=360,height=160,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=no,left=50,top=50');
}

function popupMsg(theMsg) { 
  alert(theMsg);
}
