// JavaScript Document

function guiaforestal()
{
	document.getElementById("txtTipoListaGuia").value="";
	document.getElementById("txtNumPagGuia").value="";
	document.getElementById("txtOpcionGuia").value="";
	document.getElementById("formulario").action="guiaforestal.asp";
	document.getElementById("formulario").submit();
}

function guiaforestalnueva()
{
	document.getElementById("txtNumPagGuia").value="";
	document.getElementById("formulario").action="guiafor.asp";
	document.getElementById("formulario").submit();
}

function legislacion()
{
	document.getElementById("txtNumPagD").value=1;
	document.getElementById("txtTipoDescarga").value=16;
	document.getElementById("formulario").action="descargas.asp";
	document.getElementById("formulario").submit();
}

function formacion()
{
	document.getElementById("txtNumPagD").value=1;
	document.getElementById("txtTipoDescarga").value=17;
	document.getElementById("formulario").action="descargas.asp";
	document.getElementById("formulario").submit();
}

function eventos_ad()
{
	document.getElementById("txtNumPagD").value=1;
	document.getElementById("txtTipoDescarga").value=18;
	document.getElementById("formulario").action="descargas.asp";
	document.getElementById("formulario").submit();
}

function areaDocumental()
{
	document.getElementById("txtNumPagD").value=1;
	document.getElementById("txtTipoDescarga").value=19;
	document.getElementById("formulario").action="descargas.asp";
	document.getElementById("formulario").submit();
}

function todas()
{
	document.getElementById("txtNumPagD").value=1;
	document.getElementById("txtTipoDescarga").value=0;
	document.getElementById("formulario").action="descargas.asp";
	document.getElementById("formulario").submit();
}
function ordenar(tipo)
{
	document.getElementById("txtTipoOrdenD").value=tipo;
	document.getElementById("txtNumPagD").value=1;
	document.getElementById("formulario").action="descargas.asp";
	document.getElementById("formulario").submit();
}
function rss()
{
	document.getElementById("formulario").action="rss.asp";
	document.getElementById("formulario").submit();
}
function biblioteca()
{
	document.getElementById("txtTipoCarpeta").value="";
	document.getElementById("formulario").action="biblioteca.asp";
	document.getElementById("formulario").submit();
}
function youtube()
{
	document.getElementById("formulario").action="youtube.asp";
	document.getElementById("formulario").submit();
}
function licitaciones()
{
	document.getElementById("formulario").action="contratos.asp";
	document.getElementById("formulario").submit();
}