//
// This should cause the images to be preloaded.
//

extraImages=new Array()
extraImages[0] = "images/photos/wrkdybrsh01.jpg"
extraImages[1] = "images/photos/wrkdybrsh02.jpg"
extraImages[2] = "images/photos/wrkdybrsh03.jpg"
extraImages[3] = "images/photos/wrkdybrsh04.jpg"
extraImages[4] = "images/photos/wrkdybrsh05.jpg"

//
// This function replaces the image of a specific ID.
//

function changeImage(ImgId,newImg){
	document.getElementById(ImgId).src=newImg
}
 
function extraInit () {
}
