if (document.images) {
	var pageLocation = "theADIway"
	
	// SUB MENU IMAGES
	theOldWays = new Image();
	theOldWays.src =  "../Images/theOldWays.gif";
	theADIway = new Image();
	theADIway.src =  "../Images/theADIway.gif";
	
	theOldWays_on = new Image();
	theOldWays_on.src =  "../Images/theOldWays_on.gif";
	theADIway_on = new Image();
	theADIway_on.src =  "../Images/theADIway_on.gif";

	betterWay = new Image();
	betterWay.src =  "../Images/betterWay.gif";
	betterWay_on = new Image();
	betterWay_on.src =  "../Images/betterWay_on.gif";

	
}  