var arPics=new Array()
var arURLs=new Array()

//define images. You can have as many as you want. Images MUST be of the same dimensions (for NS's sake)
arPics[2]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/slideshow/bedwithmum.jpg"
arPics[9]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/slideshow/daddycuddle.jpg"
arPics[1]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/slideshow/daddysthumb.jpg"
arPics[4]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/slideshow/grandadsthumb.jpg"
arPics[6]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/slideshow/littlefoot.jpg"
arPics[0]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/slideshow/sleepy.jpg"
arPics[3]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/slideshow/sleepypair.jpg"
arPics[5]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/slideshow/withgrandad.jpg"
arPics[7]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/slideshow/wossat.jpg"
arPics[8]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/slideshow/yawn.jpg"

//Set corresponding URLs for above images. Define ONLY if variable linkornot equals "1"
arURLs[2]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/bigger/bedwithmum.jpg"
arURLs[9]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/bigger/daddycuddle.jpg"
arURLs[1]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/bigger/daddysthumb.jpg"
arURLs[4]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/bigger/grandadsthumb.jpg"
arURLs[6]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/bigger/littlefoot.jpg"
arURLs[0]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/bigger/sleepy.jpg"
arURLs[3]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/bigger/sleepypair.jpg"
arURLs[5]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/bigger/withgrandad.jpg"
arURLs[7]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/bigger/wossat.jpg"
arURLs[8]="http://www.wolfson.ox.ac.uk/~sjg/gowerpower/thomas/bigger/yawn.jpg"


