<!--
		
		if(document.images)
			{

				
				IM_imagefile=new Array();
				IM_imagefile[0]="";
				IM_imagefile[1]="";			
				IM_imagefile[2]="images/seaview_lodge_menu_home.jpg";	
				IM_imagefile[3]="images/seaview_lodge_menu_home_over.jpg";	
				IM_imagefile[4]="images/seaview_lodge_menu_rooms.jpg";	
				IM_imagefile[5]="images/seaview_lodge_menu_rooms_over.jpg";	
				IM_imagefile[6]="images/seaview_lodge_menu_rates.jpg";	
				IM_imagefile[7]="images/seaview_lodge_menu_rates_over.jpg";	
				IM_imagefile[8]="images/seaview_lodge_menu_bookings.jpg";	
				IM_imagefile[9]="images/seaview_lodge_menu_bookings_over.jpg";	
				IM_imagefile[10]="images/seaview_lodge_menu_location.jpg";	
				IM_imagefile[11]="images/seaview_lodge_menu_location_over.jpg";	
				IM_imagefile[12]="images/seaview_lodge_menu_local.jpg";	
				IM_imagefile[13]="images/seaview_lodge_menu_local_over.jpg";	
				IM_imagefile[14]="images/seaview_lodge_menu_contactus.jpg";	
				IM_imagefile[15]="images/seaview_lodge_menu_contactus_over.jpg";	
				IM_imagefile[16]="images/seaview_lodge_menu_links.jpg";	
				IM_imagefile[17]="images/seaview_lodge_menu_links_over.jpg";	
				IM_imagefile[18]="images/seaview_lodge_menu_booknow.jpg";	
				IM_imagefile[19]="images/seaview_lodge_menu_booknow_over.jpg";	
				
				

				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)
		{
			
		}
			
			
			
		
//-->	
