  var ns6=document.getElementById&&!document.all

  function primeThePump() {
  FP_preloadImgs(/*url*/'images/button28.jpg',/*url*/'images/button29.jpg',/*url*/'images/button31.jpg',/*url*/'images/button32.jpg',/*url*/'images/button37.jpg',/*url*/'images/button38.jpg');
    if (ns6) {
      setTimeout("removeFlashIntro()", 3500);
    } else {
      setTimeout("removeFlashIntro()", 10000);
    }

  }
  
    function removeFlashIntro() {
    myMovieCell = ns6 ? document.getElementById("myFlashLayer") : document.all.myFlashLayer;
    
    if (myMovieCell) {
      myMovieCell.innerHTML = "";
    }
  }
  window.onload = primeThePump;