<!--
	
if (document.images) {
	  image1on = new Image();
	  image1on.src = "http://www.lilylangtrys.com/lilyweb/images/shows_button_mo.gif";
	
	  image2on = new Image();
	  image2on.src = "http://www.lilylangtrys.com/lilyweb/images/reservations_button_mo.gif";

	  image3on = new Image();
	  image3on.src = "http://www.lilylangtrys.com/lilyweb/images/performers_button_mo.gif";
	
	  image4on = new Image();
	  image4on.src = "http://www.lilylangtrys.com/lilyweb/images/pictures_button_mo.gif";

	  image5on = new Image();
	  image5on.src = "http://www.lilylangtrys.com/lilyweb/images/group_tours_button_mo.gif";

	  image6on = new Image();
	  image6on.src = "http://www.lilylangtrys.com/lilyweb/images/directions_button_mo.gif";

	  image7on = new Image();
	  image7on.src = "http://www.lilylangtrys.com/lilyweb/images/guestbook_button_mo.gif";

	  image8on = new Image();
	  image8on.src = "http://www.lilylangtrys.com/lilyweb/images/history_button_mo.gif";

	  image9on = new Image();
	  image9on.src = "http://www.lilylangtrys.com/lilyweb/images/links_button_mo.gif";

	  image10on = new Image();
	  image10on.src = "http://www.lilylangtrys.com/lilyweb/images/specials_button_mo.gif";

	  image11on = new Image();
	  image11on.src = "http://www.lilylangtrys.com/lilyweb/images/press_room_button_mo.gif";

	  image12on = new Image();
	  image12on.src = "http://www.lilylangtrys.com/lilyweb/images/fundraisers_button_mo.gif";

	  image13on = new Image();
	  image13on.src = "http://www.lilylangtrys.com/lilyweb/images/contact_button_mo.gif";

	  image14on = new Image();
	  image14on.src = "http://www.lilylangtrys.com/lilyweb/images/home_button_mo.gif";

	  image15on = new Image();
	  image15on.src = "http://www.lilylangtrys.com/lilyweb/images/overnight_packages_mo.gif";

	  image16on = new Image();
	  image16on.src = "http://www.lilylangtrys.com/lilyweb/images/special_packages_mo.gif";
	
	
	  image1off = new Image();
	  image1off.src = "http://www.lilylangtrys.com/lilyweb/images/shows_button.gif";
	
	  image2off = new Image();
	  image2off.src = "http://www.lilylangtrys.com/lilyweb/images/reservations_button.gif";

	  image3off = new Image();
	  image3off.src = "http://www.lilylangtrys.com/lilyweb/images/performers_button.gif";
	
	  image4off = new Image();
	  image4off.src = "http://www.lilylangtrys.com/lilyweb/images/pictures_button.gif";

	  image5off = new Image();
	  image5off.src = "http://www.lilylangtrys.com/lilyweb/images/group_tours_button.gif";

	  image6off = new Image();
	  image6off.src = "http://www.lilylangtrys.com/lilyweb/images/directions_button.gif";

	  image7off = new Image();
	  image7off.src = "http://www.lilylangtrys.com/lilyweb/images/guestbook_button.gif";

	  image8off = new Image();
	  image8off.src = "http://www.lilylangtrys.com/lilyweb/images/history_button.gif";

	  image9off = new Image();
	  image9off.src = "http://www.lilylangtrys.com/lilyweb/images/links_button.gif";

	  image10off = new Image();
	  image10off.src = "http://www.lilylangtrys.com/lilyweb/images/specials_button.gif";

	  image11off = new Image();
	  image11off.src = "http://www.lilylangtrys.com/lilyweb/images/press_room_button.gif";

	  image12off = new Image();
	  image12off.src = "http://www.lilylangtrys.com/lilyweb/images/fundraisers_button.gif";

	  image13off = new Image();
	  image13off.src = "http://www.lilylangtrys.com/lilyweb/images/contact_button.gif";

	  image14off = new Image();
	  image14off.src = "http://www.lilylangtrys.com/lilyweb/images/home_button.gif";

	  image15off = new Image();
	  image15off.src = "http://www.lilylangtrys.com/lilyweb/images/overnight_packages.gif";

	  image16off = new Image();
	  image16off.src = "http://www.lilylangtrys.com/lilyweb/images/special_packages.gif";

	}
	
	function turnOn(imageName) {
	  if (document.images) {
	    document[imageName].src = eval(imageName + "on.src");
	  }
	}
	
	function turnOff(imageName) {
	  if (document.images) {
	    document[imageName].src = eval(imageName + "off.src");
	  }
	}
	
//-->