/* +-------------------------------------------------+
   | Replaces the source of the rolled over bullet   |
   | image with brown.  Used in the artifacts pages. |
   | (e.g. mw_artifacts.htm)                         |
   | Must be used with popups.js.                    |
   | Must be placed AFTER popups.js.                 |
   +-------------------------------------------------+ */

onImgArray["dot1"].src = "../Images/brown_dot.gif";
onImgArray["dot2"].src = "../Images/brown_dot.gif";
onImgArray["dot3"].src = "../Images/brown_dot.gif";

