function showPhoto(photo)
{
	document.getElementById('photo_main').src = 'images/'+photo;
}

function submitForm()
{
	document.bottomForm.submit();
}
