var arrPictures1 = new Array();
arrPictures1.push('Cutting the tape 2.JPG')
arrPictures1.push('View 16.JPG')
arrPictures1.push('View 21.JPG')
arrPictures1.push('View 22.JPG')
arrPictures1.push('View 24.JPG')


var arrPictures2 = new Array();
arrPictures2.push('Start banner.JPG')
arrPictures2.push('View 18.JPG')
arrPictures2.push('View 27.JPG')
arrPictures2.push('View 30.JPG')
arrPictures2.push('View 35.JPG')
arrPictures2.push('View 37.JPG')
arrPictures2.push('View 38.JPG')
arrPictures2.push('View 40.JPG')
arrPictures2.push('View 42.JPG')


var arrPictures3 = new Array();
arrPictures3.push('Musher 10.JPG')
arrPictures3.push('Musher 12.JPG')
arrPictures3.push('Musher 14.JPG')
arrPictures3.push('Musher 2.JPG')
arrPictures3.push('Musher 21.JPG')
arrPictures3.push('Musher 23.JPG')
arrPictures3.push('Passenger.JPG')


var arrPictures4 = new Array();
arrPictures4.push('Iditarod sign.JPG')
arrPictures4.push('Musher 4.JPG')
arrPictures4.push('Musher 7.JPG')
arrPictures4.push('Musher 9.JPG')
arrPictures4.push('View 2.JPG')


var arrPictures5 = new Array();
arrPictures5.push('Checkpoint 2.JPG')
arrPictures5.push('Checkpoint 3.JPG')
arrPictures5.push('Checkpoint 5.JPG')
arrPictures5.push('Siberian Martin 2.JPG')
arrPictures5.push('Siberians 2.JPG')
arrPictures5.push('Siberians 3.JPG')


var arrPictures6 = new Array();
arrPictures6.push('Lance Mackay 10.JPG')
arrPictures6.push('Lance Mackay 2.JPG')
arrPictures6.push('Lance Mackay 6.JPG')
arrPictures6.push('Lance Mackay 7.JPG')
arrPictures6.push('Lance Mackay.JPG')



var arrPictures7 = new Array();
arrPictures7.push('DSCF6284.JPG')
arrPictures7.push('DSCF6290.JPG')
arrPictures7.push('DSCF6298.JPG')
arrPictures7.push('DSCF6301.JPG')
arrPictures7.push('DSCF6302.JPG')
arrPictures7.push('DSCF6303.JPG')
arrPictures7.push('DSCF6305.JPG')
arrPictures7.push('DSCF6310.JPG')
arrPictures7.push('DSCF6311.JPG')
arrPictures7.push('DSCF6313.JPG')
arrPictures7.push('DSCF6317.JPG')
arrPictures7.push('DSCF6320.JPG')
arrPictures7.push('DSCF6326.JPG')
arrPictures7.push('DSCF6329.JPG')
arrPictures7.push('DSCF6331.JPG')
arrPictures7.push('DSCF6336.JPG')



var arrPictures8 = new Array();
arrPictures8.push('dog mouth open.jpg')
arrPictures8.push('girls with dogs.jpg')
arrPictures8.push('sled and dogs.jpg')
arrPictures8.push('team wattie.jpg')
arrPictures8.push('wattie close up 2.jpg')
arrPictures8.push('wattie in football shirt.jpg')
arrPictures8.push('wattie with dogs.jpg')
arrPictures8.push('wattie with media.jpg')

var arrPictures9 = new Array();
arrPictures9.push('Wattie in action with dogs.jpg')
arrPictures9.push('wattie in action with dogs 2.jpg')
arrPictures9.push('wattie in action with dogs 3.jpg')
arrPictures9.push('wattie in action with dogs 4.jpg')
arrPictures9.push('wattie in action with dogs 5.jpg')
arrPictures9.push('wattie in action with dogs 6.jpg')
arrPictures9.push('wattie in action with dogs 7.jpg')
arrPictures9.push('wattie in action with dogs 8.jpg')
arrPictures9.push('wattie in action with dogs 9.jpg')
arrPictures9.push('wattie in action with dogs 10.jpg')

var arrPictures10 = new Array();
arrPictures10.push('ALIM0525.JPG')
arrPictures10.push('ALIM0528.JPG')
arrPictures10.push('ALIM0539.JPG')
arrPictures10.push('ALIM0540.JPG')
arrPictures10.push('ALIM0542.JPG')
arrPictures10.push('ALIM0543.JPG')
arrPictures10.push('ALIM0544.JPG')
arrPictures10.push('ALIM0545.JPG')
arrPictures10.push('ALIM0546.JPG')
arrPictures10.push('ALIM0547.JPG')
arrPictures10.push('ALIM0549.JPG')




function writeThumbnails(sThumbnailClass,oArray){
	for (var i=0;i<oArray.length;i++){
		document.write ('<img onclick="selectPicture(\'' + oArray[i] + '\')" class="' + sThumbnailClass + '" src="Picture Gallery/Small/' + oArray[i] + '" />')
	}
}

function selectPicture(sPicture){
	getObject('PictureGalleryLargeImage').src = "Picture Gallery/Large/" + sPicture
}
