
<!--
	// preload images for mouse-overs, etc

	function Preload() {
		var the_images = new Array();
		the_images[0] = new Image();
		the_images[0].src = "images/Scarab%20Bright%20Pointer%202%20dsm.jpg";
		the_images[1] = new Image();
		the_images[1].src = "images/Scarab%20Bright%20Pointer%202%20csm.jpg";
		the_images[2] = new Image();
		the_images[2].src = "images/Scarab%20Bright%20Pointer%202%20about.jpg";
	}


	
//-->