
window.addEvent('domready',function(){initSlideShow();});var initSlideShow=function(){var indexSlideShow=["./Images/index-img1.jpg","./Images/index-img2.jpg","./Images/index-img3.jpg","./Images/index-img4.jpg","./Images/index-img5.jpg","./Images/index-img6.jpg","./Images/index-img7.jpg","./Images/index-img8.jpg","./Images/index-img9.jpg"];var VillageBusinessesSlideShow=["./Images/VillageBusinesses-img1.jpg","./Images/VillageBusinesses-img2.jpg","./Images/VillageBusinesses-img3.jpg"];var TheMountainSlideShow=["./Images/TheMountain-img1.jpg","./Images/TheMountain-img2.jpg","./Images/TheMountain-img3.jpg","./Images/TheMountain-img4.jpg","./Images/TheMountain-img5.jpg","./Images/TheMountain-img6.jpg","./Images/TheMountain-img7.jpg","./Images/TheMountain-img8.jpg"];var MaroonBellsSlideShow=["./Images/MaroonBells-img1.jpg","./Images/MaroonBells-img2.jpg","./Images/MaroonBells-img3.jpg","./Images/MaroonBells-img4.jpg","./Images/MaroonBells-img5.jpg"];var UpcomingEventsSlideShow=["./Images/UpcomingEvents-img1.jpg","./Images/UpcomingEvents-img2.jpg","./Images/UpcomingEvents-img3.jpg","./Images/UpcomingEvents-img4.jpg","./Images/UpcomingEvents-img5.jpg"];var DirectionsSlideShow=["./Images/Directions-img1.jpg"];var HistorySlideShow=["./Images/History-img1.jpg","./Images/History-img2.jpg","./Images/History-img3.jpg","./Images/History-img4.jpg","./Images/History-img5.jpg","./Images/History-img6.jpg","./Images/History-img7.jpg"];var ContactUsSlideShow=["./Images/ContactUs-img1.jpg","./Images/ContactUs-img2.jpg","./Images/ContactUs-img3.jpg"];var PressLinksSlideShow=["./Images/PressLinks-img1.jpg"];var SlideShowObj={currentindex:0,SlideShowArray:indexSlideShow};SlideShowObj.currentindex=0;if($chk($("Home"))===true){SlideShowObj.SlideShowArray=indexSlideShow;SlideShow(SlideShowObj);}
if($chk($("VillageBusinesses"))===true){SlideShowObj.SlideShowArray=VillageBusinessesSlideShow;SlideShow(SlideShowObj);}
if($chk($("TheMountain"))===true){SlideShowObj.SlideShowArray=TheMountainSlideShow;SlideShow(SlideShowObj);}
if($chk($("MaroonBells"))===true){SlideShowObj.SlideShowArray=MaroonBellsSlideShow;SlideShow(SlideShowObj);}
if($chk($("UpcomingEvents"))===true){SlideShowObj.SlideShowArray=UpcomingEventsSlideShow;SlideShow(SlideShowObj);}
if($chk($("Directions"))===true){SlideShowObj.SlideShowArray=DirectionsSlideShow;SlideShow(SlideShowObj);}
if($chk($("History"))===true){SlideShowObj.SlideShowArray=HistorySlideShow;SlideShow(SlideShowObj);}
if($chk($("ContactUs"))===true){SlideShowObj.SlideShowArray=ContactUsSlideShow;SlideShow(SlideShowObj);}
if($chk($("PressLinks"))===true){SlideShowObj.SlideShowArray=PressLinksSlideShow;SlideShow(SlideShowObj);}}
var SlideShow=function(SlideShowObj){SetNextImage.periodical(3000,SlideShowObj);}
var SetNextImage=function(){document.images.MainPic.src=GetNextImagesrc(this);}
var GetNextImagesrc=function(SlideShowObj){if((SlideShowObj.currentindex+1)<SlideShowObj.SlideShowArray.length){SlideShowObj.currentindex=SlideShowObj.currentindex+1;}
else{SlideShowObj.currentindex=0;}
return(SlideShowObj.SlideShowArray[SlideShowObj.currentindex]);}
var ToggleWeather=function(){var weatherElement=document.getElementById('wx_module_5804')
if(weatherElement.style.display===''){weatherElement.style.display='block';}
else{weatherElement.style.display='';}}
