Below is the Cold Weather Injuries 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/ColdInjuries/Slide1.GIF" img2 = new Image () img2.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide2.GIF" img3 = new Image () img3.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide3.GIF" img4 = new Image () img4.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide4.GIF" img5 = new Image () img5.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide5.GIF" img6 = new Image () img6.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide6.GIF" img7 = new Image () img7.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide7.GIF" img8 = new Image () img8.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide8.GIF" img9 = new Image () img9.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide9.GIF" img10 = new Image () img10.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide10.GIF" img11 = new Image () img11.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide11.GIF" img12 = new Image () img12.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide12.GIF" img13 = new Image () img13.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide13.GIF" img14 = new Image () img14.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide14.GIF" img15 = new Image () img15.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide15.GIF" img16 = new Image () img16.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide16.GIF" img17 = new Image () img17.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide17.GIF" img18 = new Image () img18.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide18.GIF" img19 = new Image () img19.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide19.GIF" img20 = new Image () img20.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide20.GIF" img21 = new Image () img21.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide21.GIF" img22 = new Image () img22.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/ColdInjuries/Slide22.GIF"
function slideshowUp() { num=num+1 if (num==23) {num=1} document.mypic.src=eval("img"+num+".src") }
function slideshowBack() { num=num-1 if (num==0) {num=22} document.mypic.src=eval("img"+num+".src") }