<!--
// filename: images_standard.js
// floats the menu over all of the other objects

var isIMG = document.images;

	if (document.images) {
		<!-- Dragon Lady, Lizard -->
		dragon_lady_paint_over = new Image();   dragon_lady_paint_over.src = "dragon_lady_paint_over.gif";
		dragon_lady_paint_out = new Image();   dragon_lady_paint_out.src = "dragon_lady_paint_out.gif";

		<!-- Earth into Sky, Walking Horizontal -->
		earth_into_sky_paint_over = new Image();   earth_into_sky_paint_over.src = "earth_into_sky_paint_over.gif";
		earth_into_sky_paint_out = new Image();   earth_into_sky_paint_out.src = "earth_into_sky_paint_out.gif";

		<!-- Elisium Prison, People Hooks -->
		elisium_prison_paint_over = new Image();   elisium_prison_paint_over.src = "elisium_prison_paint_over.gif";
		elisium_prison_paint_out = new Image();   elisium_prison_paint_out.src = "elisium_prison_paint_out.gif";

		<!-- Evolution of Spirit, BlueMan Group -->
		evolution_of_spirit_paint_over = new Image();   evolution_of_spirit_paint_over.src = "evolution_of_spirit_paint_over.gif";
		evolution_of_spirit_paint_out = new Image();   evolution_of_spirit_paint_out.src = "evolution_of_spirit_paint_out.gif";

		<!-- Lazar, Self Portrait -->
		lazar_paint_over = new Image();   lazar_paint_over.src = "lazar_paint_over.gif";
		lazar_paint_out = new Image();   lazar_paint_out.src = "lazar_paint_out.gif";

		<!-- Little Green People, Green/Blue Sun Path -->
		green_people_paint_over = new Image();   green_people_paint_over.src = "green_people_paint_over.gif";
		green_people_paint_out = new Image();   green_people_paint_out.src = "green_people_paint_out.gif";

		<!-- Mide, Self Portrait -->
		mibe_paint_over = new Image();   mibe_paint_over.src = "mibe_paint_over.gif";
		mibe_paint_out = new Image();   mibe_paint_out.src = "mibe_paint_out.gif";

		<!-- Prelude to Full Spectrum, Laid Back -->
		prelude_to_full_spectrum_paint_over = new Image();   prelude_to_full_spectrum_paint_over.src = "prelude_to_full_spectrum_paint_over.gif";
		prelude_to_full_spectrum_paint_out = new Image();   prelude_to_full_spectrum_paint_out.src = "prelude_to_full_spectrum_paint_out.gif";

		<!-- River of Perception, Nerve Cells -->
		river_perception_paint_over = new Image();   river_perception_paint_over.src = "river_perception_paint_over.gif";
		river_perception_paint_out = new Image();   river_perception_paint_out.src = "river_perception_paint_out.gif";

		<!-- Third Eye, Big Eye Dynamite -->
		third_eye_paint_over = new Image();   third_eye_paint_over.src = "third_eye_paint_over.gif";
		third_eye_paint_out = new Image();   third_eye_paint_out.src = "third_eye_paint_out.gif";

		<!-- Untitled 1, White Ships -->
		untitled_01_paint_over = new Image();   untitled_01_paint_over.src = "untitled_01_paint_over.gif";
		untitled_01_paint_out = new Image();   untitled_01_paint_out.src = "untitled_01_paint_out.gif";

		<!-- Untitled 4, Couch Baby -->
		untitled_04_paint_over = new Image();   untitled_04_paint_over.src = "untitled_04_paint_over.gif";
		untitled_04_paint_out = new Image();   untitled_04_paint_out.src = "untitled_04_paint_out.gif";

		<!-- Untitled 5, Doors -->
		untitled_05_paint_over = new Image();   untitled_05_paint_over.src = "untitled_05_paint_over.gif";
		untitled_05_paint_out = new Image();   untitled_05_paint_out.src = "untitled_05_paint_out.gif";

		<!-- Untitled 6, Orange Eyes -->
		untitled_06_paint_over = new Image();   untitled_06_paint_over.src = "untitled_06_paint_over.gif";
		untitled_06_paint_out = new Image();   untitled_06_paint_out.src = "untitled_06_paint_out.gif";

		<!-- Untitled 8, Finger Eyes -->
		untitled_08_paint_over = new Image();   untitled_08_paint_over.src = "untitled_08_paint_over.gif";
		untitled_08_paint_out = new Image();   untitled_08_paint_out.src = "untitled_08_paint_out.gif";

		<!-- Untitled 9, Bark Clouds3 -->
		untitled_09_paint_over = new Image();   untitled_09_paint_over.src = "untitled_09_paint_over.gif";
		untitled_09_paint_out = new Image();   untitled_09_paint_out.src = "untitled_09_paint_out.gif";

		<!-- Untitled 10,  Jelly Spheres -->
		untitled_10_paint_over = new Image();   untitled_10_paint_over.src = "untitled_10_paint_over.gif";
		untitled_10_paint_out = new Image();   untitled_10_paint_out.src = "untitled_10_paint_out.gif";
		}
// -->
