// JavaScript Document SLIDES = new slideshow("SLIDES"); s = new slide('photos/1113'); s.src = "photos/1113"; s.link = ""; s.title = 'Panto '; s.date = 'Jan. 7, 2004'; s.caption = ''; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/1114'); s.src = "photos/1114"; s.link = ""; s.title = 'Panto - Jack and the Beanstalk'; s.date = 'Jan. 7, 2004'; s.caption = ''; s.width = 500; s.height = 375; SLIDES.add_slide(s); s = new slide('photos/1115'); s.src = "photos/1115"; s.link = ""; s.title = 'Panto - Jack and the Beanstalk'; s.date = 'Jan. 7, 2004'; s.caption = ''; s.width = 281; s.height = 375; SLIDES.add_slide(s);