if (document.images) {
	arrowGray = new Image
	arrowWhite = new Image

	arrowGray.src = "Images/navigation/subnav/grayArrow.gif"
	arrowWhite.src = "Images/navigation/subnav/whtArrow.gif"
} else {
	arrowGray = ""
	arrowWhite = ""
	document.arrow = ""
}
