function MudaPagina(pIntPagina) {
	document.frmDiretorio.Pagina.value = pIntPagina;
	document.frmDiretorio.action='diretorio.asp';
	document.frmDiretorio.submit();
}

function LinkDiretorio(pStrPg, pIntCod) {
	document.frmDiretorio.Cod.value = pIntCod;
	
	if(pStrPg == "offgallery"){pStrPg = "artista";}
	
	document.frmDiretorio.action='pg_' + pStrPg + '.asp'; 
	document.frmDiretorio.submit();
}

function LinkExposicao(pIntArtista, pIntMarchand, pIntMuseu, pIntSalao, pStrTipo) {
	document.frmExposicao.CodArtista.value = pIntArtista;
	document.frmExposicao.CodMarchand.value = pIntMarchand;
	document.frmExposicao.CodMuseu.value = pIntMuseu;
	document.frmExposicao.CodSalao.value = pIntSalao;
	document.frmExposicao.Tipo.value = pStrTipo;
	document.frmExposicao.action='diretorio.asp';
	document.frmExposicao.submit();
}

function MudaPagina(pIntPagina) {
	document.frmDiretorio.Pagina.value = pIntPagina;
	document.frmDiretorio.action='diretorio.asp';
	document.frmDiretorio.submit();
}

function LinkDiretorio(pStrPg, pIntCod) {
	document.frmDiretorio.Cod.value = pIntCod;
	if(pStrPg == "offgallery"){pStrPg = "artista";}
	document.frmDiretorio.action='pg_' + pStrPg + '.asp'; 
	document.frmDiretorio.submit();
}


function LinkOffGallery(pStrPg, pIntCod) {
	document.frmDiretorio.Cod.value = pIntCod;
	if(pStrPg == "offgallery"){pStrPg = "artista";}
	document.frmDiretorio.action='pg_' + pStrPg + '.asp?n=6'; 
	document.frmDiretorio.submit();
}


function LinkArtista(pStrPg, pIntCod, mostrar) {
	document.frmArtista.Cod.value = pIntCod;
	document.frmArtista.mostrar.value = mostrar;
	if(pStrPg == "offgallery"){pStrPg = "artista";}
	pStrPg = "artista";
	document.frmArtista.action='pg_' + pStrPg + '.asp'; 
	document.frmArtista.submit();
}

function LinkExposicao(pIntArtista, pIntMarchand, pIntMuseu, pIntSalao, pStrTipo) {
	document.frmExposicao.CodArtista.value = pIntArtista;
	document.frmExposicao.CodMarchand.value = pIntMarchand;
	document.frmExposicao.CodMuseu.value = pIntMuseu;
	document.frmExposicao.CodSalao.value = pIntSalao;
	document.frmExposicao.Tipo.value = pStrTipo;
	document.frmExposicao.action='diretorio.asp';
	document.frmExposicao.submit();
}

