Below is the Cold Weather Menu Planning 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/MenuPlanning/Slide1.GIF" img2 = new Image () img2.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/MenuPlanning/Slide2.GIF" img3 = new Image () img3.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/MenuPlanning/Slide3.GIF" img4 = new Image () img4.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/MenuPlanning/Slide4.GIF" img5 = new Image () img5.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/MenuPlanning/Slide5.GIF" img6 = new Image () img6.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/MenuPlanning/Slide6.GIF" img7 = new Image () img7.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/MenuPlanning/Slide7.GIF" img8 = new Image () img8.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/MenuPlanning/Slide8.GIF" img9 = new Image () img9.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/MenuPlanning/Slide9.GIF" img10 = new Image () img10.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/MenuPlanning/Slide10.GIF" img11 = new Image () img11.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/MenuPlanning/Slide11.GIF" img12 = new Image () img12.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/MenuPlanning/Slide12.GIF" img13 = new Image () img13.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/MenuPlanning/Slide13.GIF"
function slideshowUp() { num=num+1 if (num==14) {num=1} document.mypic.src=eval("img"+num+".src") }
function slideshowBack() { num=num-1 if (num==0) {num=13} document.mypic.src=eval("img"+num+".src") }