      var flashMovie;
      function init() {
         if (document.getElementById) {
            flashMovie = document.getElementById("map");
         }
      }

      window.onload = init;

      function amRegisterClick(map_id, object_id, title){      
		//alert(object_id);      
	    document.getElementById("infoshow").src = "/map/showinfo.php?id="+object_id;
      }      
