// JavaScript Document

function ano_eng()
{
	var sel_idx = document.form_ano_eng.eng_ano.selectedIndex
    var ano = document.form_ano_eng.eng_ano.options[sel_idx].value
	
	if (ano == "2005")
	{
	
	document.location.href="http://www.mapetfoundation.org/esp/prensa_2005.html";
	
	}
	
	if (ano == "2004")
	{
	
	document.location.href="http://www.mapetfoundation.org/esp/prensa_2004.html";
	
	}
	
	if (ano == "2003")
	{
	
	document.location.href="http://www.mapetfoundation.org/esp/prensa_2003.html";
	
	}
	
	if (ano == "2002")
	{
	
	document.location.href="http://www.mapetfoundation.org/esp/prensa_2002.html";
	
	}


}