function submitform(base_url) 
{
	var year = document.getElementById('year').value
	window.top.location = base_url + "/fotos/" + year 
}
