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

var isIMG = document.images;

if (document.images) {
	<!-- STANDARD BUTTONS ------->
	<!------ left arrow ------>
	leftarrow_on = new Image();   leftarrow_on.src = "../webfiles/general/leftarrow_down.gif";
	leftarrow_off = new Image();   leftarrow_off.src = "../webfiles/general/leftarrow_up.gif";
		}
// -->
