// <![CDATA[
  
      // get our flash movie object
      var flashMovie;
      function init() {
         if (document.getElementById) {
            flashMovie = document.getElementById("slide");
         }
      }
     
      // wait for the page to fully load before initializing
      window.onload = init;
     
   // ]]>