<!--
	// Specify the image files
	var Pic = new Array() // don't touch this	
	var Pic2 = new Array() // don't touch this	
	var Pic3 = new Array() // don't touch this	

	// to add more images, just continue
	// the pattern, adding to the array below
	
	Pic[0] = 'images/pic01.gif'
	Pic2[0] = 'images/pic05.gif'
	Pic3[0] = 'images/pic08.gif'

	Pic2[1] = 'images/pic02.gif'
	Pic[1] = 'images/pic06.gif'
	Pic3[1] = 'images/pic09.gif'

	
	Pic2[2] = 'images/pic03.gif'		
	Pic[2] = 'images/pic07.gif'
	Pic3[2] = 'images/pic10.gif'	
-->