if(document.images) {
 // preload
  b1 = new Image; b1.src = "/img/b1_.gif";
  b2 = new Image; b2.src = "/img/b2_.gif";
  b3 = new Image; b3.src = "/img/b3_.gif";
  b4 = new Image; b4.src = "/img/b4_.gif";
  b5 = new Image; b5.src = "/img/b5_.gif";
  b6 = new Image; b6.src = "/img/b6_.gif";
  b_home = new Image; b_home.src = "/img/ico_home_.gif";
}

function GoBarGo() {
 location.href = document.F.GoBar.value;
}


function roll(iName, iPath) {
  document.images[iName].src = iPath;
} 


