function centerImage(index)
{
	document.getElementById('mainPhoto').src='photo/'+index+'.jpg';
	return false;
}
