Below is the Cold Weather Shelters Presentation from CWLT. Use the “Next” and “Back” links to navigate through the slides.
var num=1 img1 = new Image () img1.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide1.GIF" img2 = new Image () img2.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide2.GIF" img3 = new Image () img3.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide3.GIF" img4 = new Image () img4.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide4.GIF" img5 = new Image () img5.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide5.GIF" img6 = new Image () img6.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide6.GIF" img7 = new Image () img7.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide7.GIF" img8 = new Image () img8.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide8.GIF" img9 = new Image () img9.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide9.GIF" img10 = new Image () img10.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide10.GIF" img11 = new Image () img11.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide11.GIF" img12 = new Image () img12.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide12.GIF" img13 = new Image () img13.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide13.GIF" img14 = new Image () img14.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide14.GIF" img15 = new Image () img15.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/Shelters/Slide15.GIF"
function slideshowUp() { num=num+1 if (num==16) {num=1} document.mypic.src=eval("img"+num+".src") }
function slideshowBack() { num=num-1 if (num==0) {num=15} document.mypic.src=eval("img"+num+".src") }