<!--
	
if (document.images) {
	  image1on = new Image();
	  image1on.src = "http://thebaskethound.com/images/about_us_mo.gif";
	
	  image2on = new Image();
	  image2on.src = "http://thebaskethound.com/images/special_occasions_mo.gif";

	  image3on = new Image();
	  image3on.src = "http://thebaskethound.com/images/gourmet_baskets_mo.gif";
	
	  image4on = new Image();
	  image4on.src = "http://thebaskethound.com/images/luxury_bath_baskets_mo.gif";

	  image5on = new Image();
	  image5on.src = "http://thebaskethound.com/images/tins_towers_trays_mo.gif"

	  image6on = new Image();
	  image6on.src = "http://thebaskethound.com/images/gourmet_store_mo.gif"

	  image7on = new Image();
	  image7on.src = "http://thebaskethound.com/images/baby_store_mo.gif"

	  image8on = new Image();
	  image8on.src = "http://thebaskethound.com/images/our_boutique_mo.gif"

	  image9on = new Image();
	  image9on.src = "http://thebaskethound.com/images/corporate_programs_mo.gif"

	  image10on = new Image();
	  image10on.src = "http://thebaskethound.com/images/promotional_items_mo.gif"

	  image11on = new Image();
	  image11on.src = "http://thebaskethound.com/images/sale_items_mo.gif"

	  image12on = new Image();
	  image12on.src = "http://thebaskethound.com/images/mailing_list_mo.gif"

	  image13on = new Image();
	  image13on.src = "http://thebaskethound.com/images/directions_mo.gif"

	  image14on = new Image();
	  image14on.src = "http://thebaskethound.com/images/links_mo.gif"

	  image15on = new Image();
	  image15on.src = "http://thebaskethound.com/images/contact_us_mo.gif"

	  image16on = new Image();
	  image16on.src = "http://thebaskethound.com/images/home_mo.gif"

	  image17on = new Image();
	  image17on.src = "http://thebaskethound.com/images/holiday_baskets_mo.gif"
	
	
	  image1off = new Image();
	  image1off.src = "http://thebaskethound.com/images/about_us.gif";
	
	  image2off = new Image();
	  image2off.src = "http://thebaskethound.com/images/special_occasions.gif";

	  image3off = new Image();
	  image3off.src = "http://thebaskethound.com/images/gourmet_baskets.gif";
	
	  image4off = new Image();
	  image4off.src = "http://thebaskethound.com/images/luxury_bath_baskets.gif";
	
	  image5off = new Image();
	  image5off.src = "http://thebaskethound.com/images/tins_towers_trays.gif";

	  image6off = new Image();
	  image6off.src = "http://thebaskethound.com/images/gourmet_store.gif";

	  image7off = new Image();
	  image7off.src = "http://thebaskethound.com/images/baby_store.gif";

	  image8off = new Image();
	  image8off.src = "http://thebaskethound.com/images/our_boutique.gif"

	  image9off = new Image();
	  image9off.src = "http://thebaskethound.com/images/corporate_programs.gif"

	  image10off = new Image();
	  image10off.src = "http://thebaskethound.com/images/promotional_items.gif"

	  image11off = new Image();
	  image11off.src = "http://thebaskethound.com/images/sale_items.gif"

	  image12off = new Image();
	  image12off.src = "http://thebaskethound.com/images/mailing_list.gif"

	  image13off = new Image();
	  image13off.src = "http://thebaskethound.com/images/directions.gif"

	  image14off = new Image();
	  image14off.src = "http://thebaskethound.com/images/links.gif"

	  image15off = new Image();
	  image15off.src = "http://thebaskethound.com/images/contact_us.gif"

	  image16off = new Image();
	  image16off.src = "http://thebaskethound.com/images/home.gif"

	  image17off = new Image();
	  image17off.src = "http://thebaskethound.com/images/holiday_baskets.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");
	  }
	}
	
// -->