var photoId = new Array()
photoId[0] = "Costa-14.jpg";
photoId[1] = "Costa-30.jpg";
photoId[2] = "Costa-38.jpg";
photoId[3] = "Costa-42.jpg";
photoId[4] = "Costa-45.jpg";
photoId[5] = "Costa-46.jpg";
photoId[6] = "Danny Denise-11.jpg";
photoId[7] = "Danny Denise-15.jpg";
photoId[8] = "Danny Denise-18.jpg";
photoId[9] = "Danny Denise-26.jpg";
photoId[10] = "Danny Denise-33.jpg";
photoId[11] = "Jenny-1.jpg";
photoId[12] = "Jenny-40.jpg";
photoId[13] = "Jenny-5.jpg";
photoId[14] = "Jenny-60.jpg";



function photoInfo(picId){
	document.photo.src = "pictures/" + photoId[picId];
	//document.getElementById('title').innerHTML = theName[picId];
}