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

var isIMG = document.images;

	if (document.images) {
		<!-- STANDARD BUTTONS ------->
		<!------ navbar arrow ------>
		tshirt_obama_on = new Image();   tshirt_obama_on.src = "webfiles/buttons/t-shirt_front_obama_down.gif";
		tshirt_obama_off = new Image();   tshirt_obama_off.src = "webfiles/buttons/t-shirt_front_obama_up.gif";
		}
// -->
