// JavaScript Document

function siguiente()
{
  document.sig.submit();
}


function anterior()
{
  document.ant.submit();
}

