<!-- Begin
function formHandler2000(){
var URL = document.form2000.semana.options[document.form2000.semana.selectedIndex].value;
window.location.href = URL;
}
function formHandler2001(){
var URL = document.form2001.semana.options[document.form2001.semana.selectedIndex].value;
window.location.href = URL;
}
function formHandler2002(){
var URL = document.form2002.semana.options[document.form2002.semana.selectedIndex].value;
window.location.href = URL;
}
function formHandler2003(){
var URL = document.form2003.semana.options[document.form2003.semana.selectedIndex].value;
window.location.href = URL;
}
function formHandlerAnualp(){
var URL = document.anualesp.year.options[document.anualesp.year.selectedIndex].value;
window.location.href = URL;
}
function formHandlerAnuald(){
var URL = document.anualesd.year.options[document.anualesd.year.selectedIndex].value;
window.location.href = URL;
}
function formHandlerAnuals(){
var URL = document.anualess.year.options[document.anualess.year.selectedIndex].value;
window.location.href = URL;
}
function formHandlerArgent2001(){
var URL = document.formargent2001.semana.options[document.formargent2001.semana.selectedIndex].value;
window.location.href = URL;
}
function formHandlerArgent2002(){
var URL = document.formargent2002.semana.options[document.formargent2002.semana.selectedIndex].value;
window.location.href = URL;
}
function formHandlerArgent2003(){
var URL = document.formargent2003.semana.options[document.formargent2003.semana.selectedIndex].value;
window.location.href = URL;
}
// End -->