
function cambiarPag(posicion, limite, pag)
{   
   document.foro.action = "../../veropinion.html";
   document.foro.posicion.value=posicion-1;
   document.foro.hasta.value=limite;
   document.foro.pagActual.value=pag;
   document.foro.target ="_top";
   
   document.foro.submit();
   
}