
<!--

if (document.images) {
	
             img_1_active = new Image; 			                                                                               //small image
             img_1_active.src = "/images/tourism_on.gif";  
//when mouse moves over image 
             img_2_active = new Image; 			 
             img_2_active.src = "/images/about_on.gif";
             img_3_active = new Image; 			 
             img_3_active.src = "/images/education_on.gif";
             img_4_active = new Image; 			 
             img_4_active.src = "/images/events_on.gif";
             img_5_active = new Image; 			 
             img_5_active.src = "/images/chamber_on.gif";
             img_6_active = new Image; 			 
             img_6_active.src = "/images/members_on.gif";

          
//image to show when not highlighted

             img_1_default = new Image; 			                                                                               //small image
             img_1_default.src = "/images/tourism_off.gif";
//when mouse moves off image 
             img_2_default = new Image; 			 
             img_2_default.src = "/images/about_off.gif";
             img_3_default = new Image; 			 
             img_3_default.src = "/images/education_off.gif";
             img_4_default = new Image; 			 
             img_4_default.src = "/images/events_off.gif";
             img_5_default = new Image; 			 
             img_5_default.src = "/images/chamber_off.gif";
             img_6_default = new Image; 			 
             img_6_default.src = "/images/members_off.gif";
}

else {

	img_1_active = ""
	img_2_active = ""
	img_3_active = ""
	img_4_active = ""
	img_5_active = ""
	img_6_active = ""

	img_1_default = ""
	img_2_default = ""
	img_3_default = ""
	img_4_default = ""
	img_5_default = ""
	img_6_default = ""

	document.img_1 = ""
	document.img_2 = ""
	document.img_3 = ""
	document.img_4 = ""
	document.img_5 = ""
	document.img_6 = ""
}

 -->
