Below is the Risk Management – Emergency Plans 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/EmergencyPlans/Slide1.GIF" img2 = new Image () img2.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/EmergencyPlans/Slide2.GIF" img3 = new Image () img3.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/EmergencyPlans/Slide3.GIF" img4 = new Image () img4.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/EmergencyPlans/Slide4.GIF" img5 = new Image () img5.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/EmergencyPlans/Slide5.GIF" img6 = new Image () img6.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/EmergencyPlans/Slide6.GIF" img7 = new Image () img7.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/EmergencyPlans/Slide7.GIF" img8 = new Image () img8.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/EmergencyPlans/Slide8.GIF" img9 = new Image () img9.src = "https://www.ntier.org/wp-content/uploads/NorthernTier/PowerPoint/CWLT/EmergencyPlans/Slide9.GIF"
function slideshowUp() { num=num+1 if (num==10) {num=1} document.mypic.src=eval("img"+num+".src") }
function slideshowBack() { num=num-1 if (num==0) {num=9} document.mypic.src=eval("img"+num+".src") }