<!--
		
		if(document.images)
			{

				
				IM_imagefile=new Array();
				IM_imagefile[0]="";
				IM_imagefile[1]="images/ellers_group_button_go_blue.png";
				IM_imagefile[2]="images/ellers_group_button_go_blue_over.png";
				IM_imagefile[3]="images/ellers_group_button_go_grey.png";
				IM_imagefile[4]="images/ellers_group_button_go_grey_over.png";
				IM_imagefile[5]="images/ellers_group_button_go_red.png";
				IM_imagefile[6]="images/ellers_group_button_go_red_over.png";
				IM_imagefile[7]="images/ellers_group_button_go_turquoise.png";
				IM_imagefile[8]="images/ellers_group_button_go_turquoise_over.png";
				
				
				
				//element 40 and over is used in the store

				IM_images=new Array();
				
				for (var M_index=0; M_index<IM_imagefile.length; M_index++)
					{
						IM_images[M_index]=new Image();
						IM_images[M_index].src=IM_imagefile[M_index];
					}				
				
			}			
		
			
	function toggleImage(IM_imgName,IM_index)
			{
				var IM_strImageElement = null;
				
				if (FD_isDHTML)
					{
						IM_strImageElement = findDOM(IM_imgName, 0);						
						IM_strImageElement.src = IM_images[IM_index].src;
					}
				else
					{
						return null;
					}
			}
			
			
	function gotoURL(IM_strPageURL)
		{
			document.location=IM_strPageURL;
		}
		
	function gotoAnchor(IM_strAnchor)
		{
			
		}
			
			
			
		
//-->	
