function Investidores(arg1) { document.__FORM.action = '/investidores/lista.asp'; document.__FORM.recordId.value = arg1; document.__FORM.submit(); } function Conteudo(arg1) { document.__FORM.action = '/investidores/conteudo.asp'; document.__FORM.recordId.value = arg1; document.__FORM.submit(); } function Investors(arg1) { document.__FORM.action = '/english/investors/list.asp'; document.__FORM.recordId.value = arg1; document.__FORM.submit(); } function Content(arg1) { document.__FORM.action = '/english/investors/content.asp'; document.__FORM.recordId.value = arg1; document.__FORM.submit(); }